Dedicated postgres for harbor

This commit is contained in:
2025-12-22 18:43:44 +02:00
parent 71d1c5f820
commit 8efd07940e

View File

@@ -96,12 +96,6 @@ spec:
volumeMounts:
- name: postgres-data
mountPath: /var/lib/postgresql/data
- name: postgres-init
mountPath: /docker-entrypoint-initdb.d
volumes:
- name: postgres-init
configMap:
name: postgres-init-config
volumeClaimTemplates:
- metadata:
name: postgres-data