diff --git a/postgres/postgres-workload.yaml b/postgres/postgres-workload.yaml index 9301091..4f80125 100644 --- a/postgres/postgres-workload.yaml +++ b/postgres/postgres-workload.yaml @@ -21,9 +21,9 @@ spec: name: postgres-config volumeMounts: - mountPath: /var/lib/postgresql/data - name: postgredb + name: postgresdb volumes: - - name: postgredb + - name: postgresdb persistentVolumeClaim: claimName: postgres-pv-claim --- @@ -82,4 +82,4 @@ spec: nodePort: 30432 type: NodePort selector: - app: postgres \ No newline at end of file + app: postgres