Update k8s/core/postgresql/main-db.yaml
All checks were successful
Update Kubernetes Services Wiki / Generate and Update K8s Wiki (push) Successful in 7s
Check with kubeconform / lint (push) Successful in 10s
Auto-update README / Generate README and Create MR (push) Successful in 4s

This commit is contained in:
ab
2025-12-22 22:50:53 +00:00
parent 6ea6c1e4ae
commit 01df6841a5

View File

@@ -28,7 +28,7 @@ spec:
type: DirectoryOrCreate
containers:
- name: psql
image: 'bitnami/postgresql:17'
image: 'bitnamilegacy/postgresql:17'
env:
- name: POSTGRESQL_PASSWORD
valueFrom:
@@ -63,7 +63,7 @@ spec:
containerPort: 9187
protocol: TCP
- name: user-creation
image: 'bitnami/postgresql:17'
image: 'bitnamilegacy/postgresql:17'
command:
- /bin/bash
- -c