deploy(chart): The deployed chart
This commit is contained in:
@@ -43,10 +43,16 @@ server:
|
||||
class: '-'
|
||||
# key: server.ingress.enabled
|
||||
enabled: false
|
||||
# Ingress TLS configuration
|
||||
# If enabled, a secret containing the certificate and the key should be
|
||||
# created by the ingress controller. If the name if emtpy, so the secret
|
||||
# name is generated. You can specify the secret name to use your own secret.
|
||||
# key: server.ingress.tls
|
||||
tls:
|
||||
# key: server.ingress.tls.enabled
|
||||
enabled: true
|
||||
# key: server.ingress.tls.secretName
|
||||
secretName: ""
|
||||
# key: server.replicas
|
||||
replicas: 1
|
||||
# key: server.nodeSelector
|
||||
|
Reference in New Issue
Block a user