diff --git a/src/main/resources/postgres/deployment.yaml b/src/main/resources/postgres/deployment.yaml index af5c590..5448e3d 100644 --- a/src/main/resources/postgres/deployment.yaml +++ b/src/main/resources/postgres/deployment.yaml @@ -31,7 +31,7 @@ spec: valueFrom: configMapKeyRef: name: postgres-config - key: postgres-db + key: postgres-db ports: - containerPort: 5432 name: postgresql