diff --git a/cluster/apps/jellystat/jellystat.yml b/cluster/apps/jellystat/jellystat.yml index 6f0a00a..361afff 100644 --- a/cluster/apps/jellystat/jellystat.yml +++ b/cluster/apps/jellystat/jellystat.yml @@ -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