fix https
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user