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: secretKeyRef:
name: jellystat-secret name: jellystat-secret
key: password key: password
- name: PGDATA
value: /mnt/postgres/data
volumeMounts: volumeMounts:
- name: postgres-data - name: postgres-data
mountPath: /var/lib/postgresql/data mountPath: /mnt/postgres
containers: containers:
- name: jellystat - name: jellystat
image: cyfershepard/jellystat:1.1.6 image: cyfershepard/jellystat:1.1.6