Add ssl-redirect annotation to ingress defaults
This commit is contained in:
parent
0a9cbaad46
commit
8381d4db83
@ -49,7 +49,8 @@ service:
|
||||
ingress:
|
||||
enabled: false
|
||||
className: ""
|
||||
annotations: {}
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
hosts:
|
||||
- host: hades.local
|
||||
paths:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user