expose port 5432

This commit is contained in:
2025-03-29 20:10:01 +01:00
parent 4b7494ffd9
commit ceacd25ad4

View File

@@ -359,6 +359,10 @@ spec:
port: 443
protocol: TCP
targetPort: https
- name: tcp-postgres
port: 5432
protocol: TCP
targetPort: 5432
selector:
app.kubernetes.io/component: controller
app.kubernetes.io/instance: ingress-nginx