fix
This commit is contained in:
@@ -115,7 +115,7 @@ auth:
|
||||
tls:
|
||||
## @param tls.enabled Enable TLS encryption. Required for HTTPs traffic.
|
||||
##
|
||||
enabled: true
|
||||
enabled: false
|
||||
## @param tls.autoGenerated Generate automatically self-signed TLS certificates. Currently only supports PEM certificates
|
||||
##
|
||||
autoGenerated: false
|
||||
@@ -550,7 +550,7 @@ ingress:
|
||||
## @param ingress.servicePort Backend service port to use
|
||||
## Default is http. Alternative is https.
|
||||
##
|
||||
servicePort: https
|
||||
servicePort: http
|
||||
## @param ingress.annotations [object] Additional annotations for the Ingress resource. To enable certificate autogeneration, place here your cert-manager annotations.
|
||||
## Use this parameter to set the required annotations for cert-manager, see
|
||||
## ref: https://cert-manager.io/docs/usage/ingress/#supported-annotations
|
||||
|
Reference in New Issue
Block a user