fix postgres ingress issue
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: postgres-ingress
|
||||
namespace: postgres
|
||||
name: postgresql-ingress
|
||||
namespace: postgresql
|
||||
annotations:
|
||||
nginx.ingress.kubernetes.io/ssl-redirect: "false"
|
||||
nginx.ingress.kubernetes.io/use-regex: "true"
|
||||
|
||||
Reference in New Issue
Block a user