fix weave-gitops app
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: networking.k8s.io/v1
|
|||||||
kind: Ingress
|
kind: Ingress
|
||||||
metadata:
|
metadata:
|
||||||
name: weave-gitops-ingress
|
name: weave-gitops-ingress
|
||||||
namespace: weave-gitops
|
namespace: flux-system
|
||||||
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"
|
||||||
@@ -16,7 +16,7 @@ spec:
|
|||||||
path: "/"
|
path: "/"
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: weave-gitops
|
name: ww-gitops-weave-gitops
|
||||||
port:
|
port:
|
||||||
number: 9001
|
number: 9001
|
||||||
- host: "weave-gitops.cluster.local"
|
- host: "weave-gitops.cluster.local"
|
||||||
@@ -26,6 +26,6 @@ spec:
|
|||||||
path: "/"
|
path: "/"
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: weave-gitops
|
name: ww-gitops-weave-gitops
|
||||||
port:
|
port:
|
||||||
number: 9001
|
number: 9001
|
||||||
|
|||||||
@@ -8,7 +8,6 @@ resources:
|
|||||||
- ./namespaces/ingress-nginx.yaml
|
- ./namespaces/ingress-nginx.yaml
|
||||||
- ./namespaces/podinfo.yaml
|
- ./namespaces/podinfo.yaml
|
||||||
- ./namespaces/prometheus-operator.yaml
|
- ./namespaces/prometheus-operator.yaml
|
||||||
- ./namespaces/weave-gitops.yaml
|
|
||||||
- ./repositories/repositories.yaml
|
- ./repositories/repositories.yaml
|
||||||
# - ./cilium/cilium.yaml
|
# - ./cilium/cilium.yaml
|
||||||
- ./ingress-nginx/ingress-nginx-config.yaml
|
- ./ingress-nginx/ingress-nginx-config.yaml
|
||||||
|
|||||||
@@ -1,4 +0,0 @@
|
|||||||
apiVersion: v1
|
|
||||||
kind: Namespace
|
|
||||||
metadata:
|
|
||||||
name: weave-gitops
|
|
||||||
Reference in New Issue
Block a user