diff --git a/tracey-database/postgresql-deployment.yaml b/tracey-database/postgresql-deployment.yaml index e6b28fb..29f59d0 100644 --- a/tracey-database/postgresql-deployment.yaml +++ b/tracey-database/postgresql-deployment.yaml @@ -26,7 +26,7 @@ spec: - containerPort: 5432 volumeMounts: - name: postgresql-storage - mountPath: /var/lib/postgresql/data + mountPath: /var/lib/postgresql - name: init-scripts mountPath: /docker-entrypoint-initdb.d volumes: @@ -35,4 +35,4 @@ spec: claimName: postgresql-pvc - name: init-scripts configMap: - name: postgresql-init \ No newline at end of file + name: postgresql-init