Update k8s/core/postgresql/main-db.yaml
This commit is contained in:
@@ -28,7 +28,7 @@ spec:
|
|||||||
type: DirectoryOrCreate
|
type: DirectoryOrCreate
|
||||||
containers:
|
containers:
|
||||||
- name: psql
|
- name: psql
|
||||||
image: 'bitnami/postgresql:17'
|
image: 'bitnamilegacy/postgresql:17'
|
||||||
env:
|
env:
|
||||||
- name: POSTGRESQL_PASSWORD
|
- name: POSTGRESQL_PASSWORD
|
||||||
valueFrom:
|
valueFrom:
|
||||||
@@ -63,7 +63,7 @@ spec:
|
|||||||
containerPort: 9187
|
containerPort: 9187
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
- name: user-creation
|
- name: user-creation
|
||||||
image: 'bitnami/postgresql:17'
|
image: 'bitnamilegacy/postgresql:17'
|
||||||
command:
|
command:
|
||||||
- /bin/bash
|
- /bin/bash
|
||||||
- -c
|
- -c
|
||||||
|
|||||||
Reference in New Issue
Block a user