Merge pull request #209 from 3dwardch3ng/weave-gitops

fix weave-gitops app
This commit is contained in:
2024-06-18 11:22:26 +10:00
committed by GitHub
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

View File

@@ -8,7 +8,6 @@ resources:
- ./namespaces/ingress-nginx.yaml
- ./namespaces/podinfo.yaml
- ./namespaces/prometheus-operator.yaml
- ./namespaces/weave-gitops.yaml
- ./repositories/repositories.yaml
# - ./cilium/cilium.yaml
- ./ingress-nginx/ingress-nginx-config.yaml

View File

@@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: weave-gitops