FIX(k8s): correct PostgreSQL secret name

- Change postgresql-password to postgresql-root-password
- Fix secret reference
This commit is contained in:
2025-12-24 00:08:29 +09:00
parent 6cee617072
commit 86e71e42d9
2 changed files with 3 additions and 3 deletions

View File

@@ -44,8 +44,8 @@ spec:
- name: POSTGRES_PASSWORD
valueFrom:
secretKeyRef:
name: postgresql-password
key: postgres-password
name: postgresql-root-password
key: password
- name: REDIS_URL
value: "redis://redis:6379/0"
resources: