From d475d0aba62763ac2b021ffa138ec32e0e441203 Mon Sep 17 00:00:00 2001 From: Haitao Pan Date: Sat, 4 Apr 2026 08:04:46 +0800 Subject: [PATCH] docs(database): use templated postgresql ingress domain --- services/database/postgresql/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/database/postgresql/README.md b/services/database/postgresql/README.md index 3dfcefe..3e7acef 100644 --- a/services/database/postgresql/README.md +++ b/services/database/postgresql/README.md @@ -21,6 +21,6 @@ directory. Otherwise the ExternalSecrets controller will report Use `scripts/seed-vault-postgresql.sh` from a trusted admin shell to write the expected Vault keys from local environment variables or existing K8s Secrets. -The shared TLS Secret for `postgresql-tls.svc.plus` is synchronized by the +The ingress domain is `postgresql-.svc.plus`. The shared TLS Secret for `postgresql-tls` is synchronized by the `k3s-platform` Helm chart into `database/postgresql-tls`, which `stunnel-server` consumes directly. Do not commit the secret values to Git.