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
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"