update ingress-nginx to expose port 5432 for postgresql
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
spec:
|
||||
ports:
|
||||
- name: postgresql-tcp
|
||||
port: 5432
|
||||
targetPort: 5432
|
||||
protocol: TCP
|
||||
Reference in New Issue
Block a user