new tls wildcard

This commit is contained in:
2026-05-29 21:58:34 +02:00
parent 6d874111da
commit a7106bc8f4
3 changed files with 41 additions and 1 deletions

View File

@@ -22,7 +22,8 @@ ingress:
# TLS configuration
tls:
enabled: true # Set to true to enable TLS
secretName: "databunker-tls" # Name of the secret containing TLS certificate
# secretName: "databunker-tls" # Name of the secret containing TLS certificate
secretName: "wildcard-forteapps-net-tls" # Name of the secret containing TLS certificate
# Pin PostgreSQL password — chart uses randAlphaNum without lookup,
# so each ArgoCD sync would regenerate the password while PVC keeps the old one.