k8s: Fix PostgreSQL mountpoint of manual k8s config.

This commit is contained in:
Alex Vandiver
2025-01-21 10:44:37 -05:00
parent b6ae16e640
commit ab5b7460b6

View File

@@ -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: