fix namespaces of ingresses

This commit is contained in:
2024-06-26 16:35:26 +10:00
parent c7fd259ee4
commit 754997d29f
6 changed files with 2 additions and 7 deletions

View File

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