Skip to content

Commit ab5b746

Browse files
committed
k8s: Fix PostgreSQL mountpoint of manual k8s config.
1 parent b6ae16e commit ab5b746

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubernetes/manual/zulip-rc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ spec:
8484
value: REPLACE_WITH_SECURE_POSTGRES_PASSWORD
8585
volumeMounts:
8686
- name: postgresql-persistent-storage
87-
mountPath: /var/lib/postgresql
87+
mountPath: /var/lib/postgresql/data
8888
- name: zulip
8989
image: zulip/docker-zulip:9.4-0
9090
resources:

0 commit comments

Comments
 (0)