use PGDATA env var

This commit is contained in:
2025-09-28 12:16:52 +05:30
parent 36e1aead56
commit ef2f2b6946

View File

@@ -32,9 +32,11 @@ spec:
secretKeyRef:
name: jellystat-secret
key: password
- name: PGDATA
value: /mnt/postgres/data
volumeMounts:
- name: postgres-data
mountPath: /var/lib/postgresql/data
mountPath: /mnt/postgres
containers:
- name: jellystat
image: cyfershepard/jellystat:1.1.6