fix https

This commit is contained in:
Philip Haupt
2025-06-26 23:54:03 +02:00
parent 6a6bc5c9fc
commit 3da6c18093
2 changed files with 7 additions and 7 deletions

View File

@@ -165,7 +165,7 @@ service:
## @param ingress.hosts[0].paths[0].path Default Ingress path
## @param ingress.tls Ingress tls settings
ingress:
enabled: false
enabled: true
className: ""
pathType: Prefix
annotations: {}
@@ -173,10 +173,10 @@ ingress:
- host: git.borninpain.de
paths:
- path: /
tls: []
# - secretName: chart-example-tls
# hosts:
# - git.example.com
tls:
- secretName: chart-example-tls
hosts:
- borninpain.de
## @section deployment
#