postgres svc fix

This commit is contained in:
2021-01-21 12:52:18 +01:00
parent f9269f2c2c
commit 8d66cb1f66

View File

@@ -21,6 +21,9 @@ spec:
containers:
- name: postgres
image: postgres
ports:
- containerPort: 5432
protocol: TCP
volumeMounts:
- name: postgres-disk
mountPath: /var/lib/postgresql/data
@@ -76,4 +79,4 @@ spec:
type: LoadBalancer
ports:
- port: 5432
targetPort: 5432
targetPort: 5432