deploy(chart): The deployed chart

This commit is contained in:
2025-07-13 12:19:25 +02:00
parent 0d4da525a6
commit 51e0841982
7 changed files with 89 additions and 251 deletions

View File

@@ -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