mirror of
https://github.com/OneUptime/oneuptime.git
synced 2026-04-06 00:32:12 +02:00
feat: Remove PostgreSQL authentication environment variables from StatefulSet
This commit is contained in:
@@ -70,10 +70,6 @@ spec:
|
||||
key: postgres-password
|
||||
- name: PGDATA
|
||||
value: "/var/lib/postgresql/data/pgdata"
|
||||
- name: POSTGRES_HOST_AUTH_METHOD
|
||||
value: "md5"
|
||||
- name: POSTGRES_INITDB_ARGS
|
||||
value: "--auth-host=md5"
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
||||
Reference in New Issue
Block a user