fix postgres ingress issue

This commit is contained in:
2024-06-24 16:08:37 +10:00
parent 74f79898e2
commit e98c99ef9c

View File

@@ -1,8 +1,8 @@
apiVersion: networking.k8s.io/v1 apiVersion: networking.k8s.io/v1
kind: Ingress kind: Ingress
metadata: metadata:
name: postgres-ingress name: postgresql-ingress
namespace: postgres namespace: postgresql
annotations: annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false" nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true" nginx.ingress.kubernetes.io/use-regex: "true"