This commit is contained in:
2026-04-27 14:05:38 +02:00
parent a776bae4bd
commit 290c8b91f8

View File

@@ -24,6 +24,14 @@ ingress:
enabled: true # Set to true to enable 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
# Pin PostgreSQL password — chart uses randAlphaNum without lookup,
# so each ArgoCD sync would regenerate the password while PVC keeps the old one.
# Same issue as Backstage PostgreSQL (see MEMORY.md).
internal:
postgresql:
auth:
password: "databunker-pg-pass-2026"
resources: resources:
# Uncomment and adjust these values based on your requirements # Uncomment and adjust these values based on your requirements
# requests: # requests: