diff options
author | Patrick Jahns <kontakt@patrickjahns.de> | 2022-11-16 12:21:18 +0100 |
---|---|---|
committer | Gitea <gitea@fake.local> | 2022-12-11 23:11:56 +0000 |
commit | edb0b9c1ee30a595833fd0bf46b42b3bb165b299 (patch) | |
tree | 0e9280512fe2b95d02cc99a1d82a4e0d7e2465c7 /script/helm/garage/values.yaml | |
parent | f58a813a36de7b356d72ba1e6f2f991da5491285 (diff) | |
download | garage-edb0b9c1ee30a595833fd0bf46b42b3bb165b299.tar.gz garage-edb0b9c1ee30a595833fd0bf46b42b3bb165b299.zip |
feat(helm): allow to add custom labels to created ingress resources
Diffstat (limited to 'script/helm/garage/values.yaml')
-rw-r--r-- | script/helm/garage/values.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/script/helm/garage/values.yaml b/script/helm/garage/values.yaml index 9c1c54c0..608ee53c 100644 --- a/script/helm/garage/values.yaml +++ b/script/helm/garage/values.yaml @@ -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: |