fix weave-gitops app

This commit is contained in:
2024-06-18 11:22:08 +10:00
parent 5710275453
commit cb8513ae16
3 changed files with 3 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: weave-gitops-ingress
namespace: weave-gitops
namespace: flux-system
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
nginx.ingress.kubernetes.io/use-regex: "true"
@@ -16,7 +16,7 @@ spec:
path: "/"
backend:
service:
name: weave-gitops
name: ww-gitops-weave-gitops
port:
number: 9001
- host: "weave-gitops.cluster.local"
@@ -26,6 +26,6 @@ spec:
path: "/"
backend:
service:
name: weave-gitops
name: ww-gitops-weave-gitops
port:
number: 9001