mirror of
https://github.com/zulip/docker-zulip.git
synced 2025-11-05 14:35:26 +00:00
k8s: Fix PostgreSQL mountpoint of manual k8s config.
This commit is contained in:
@@ -84,7 +84,7 @@ spec:
|
|||||||
value: REPLACE_WITH_SECURE_POSTGRES_PASSWORD
|
value: REPLACE_WITH_SECURE_POSTGRES_PASSWORD
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: postgresql-persistent-storage
|
- name: postgresql-persistent-storage
|
||||||
mountPath: /var/lib/postgresql
|
mountPath: /var/lib/postgresql/data
|
||||||
- name: zulip
|
- name: zulip
|
||||||
image: zulip/docker-zulip:9.4-0
|
image: zulip/docker-zulip:9.4-0
|
||||||
resources:
|
resources:
|
||||||
|
|||||||
Reference in New Issue
Block a user