feat(helm): allow to add custom labels to created ingress resources

This commit is contained in:
Patrick Jahns
2022-11-16 12:21:18 +01:00
committed by Gitea
parent f58a813a36
commit edb0b9c1ee
2 changed files with 8 additions and 0 deletions
+2
View File
@@ -93,6 +93,7 @@ ingress:
annotations: {}
# kubernetes.io/ingress.class: "nginx"
# kubernetes.io/tls-acme: "true"
labels: {}
hosts:
- host: "s3.garage.tld" # garage S3 API endpoint
paths:
@@ -115,6 +116,7 @@ ingress:
annotations: {}
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
labels: {}
hosts:
- host: "*.web.garage.tld" # wildcard website access with bucket name prefix
paths: