Merge pull request #341 from 3dwardch3ng/infra/prometheus
fix namespaces of ingresses
This commit is contained in:
@@ -7,7 +7,6 @@ spec:
|
||||
interval: 10m
|
||||
timeout: 1m30s
|
||||
retryInterval: 30s
|
||||
targetNamespace: flux-system
|
||||
path: ./kubernetes/apps/adguard-home/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
|
||||
@@ -7,7 +7,6 @@ spec:
|
||||
interval: 10m
|
||||
timeout: 1m30s
|
||||
retryInterval: 30s
|
||||
targetNamespace: flux-system
|
||||
path: ./kubernetes/apps/capacitor/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
|
||||
@@ -7,7 +7,6 @@ spec:
|
||||
interval: 10m
|
||||
timeout: 1m30s
|
||||
retryInterval: 30s
|
||||
targetNamespace: flux-system
|
||||
path: ./kubernetes/apps/homer/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
|
||||
@@ -7,7 +7,6 @@ spec:
|
||||
interval: 10m
|
||||
timeout: 1m30s
|
||||
retryInterval: 30s
|
||||
targetNamespace: flux-system
|
||||
path: ./kubernetes/apps/snippet-box/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
|
||||
@@ -7,7 +7,6 @@ spec:
|
||||
interval: 10m
|
||||
timeout: 1m30s
|
||||
retryInterval: 30s
|
||||
targetNamespace: flux-system
|
||||
path: ./kubernetes/apps/weave-gitops/app
|
||||
prune: true
|
||||
sourceRef:
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user