use PGDATA env var
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user