Compare commits
2 commits
d4727c0923
...
51c3f79d8a
Author | SHA1 | Date | |
---|---|---|---|
51c3f79d8a | |||
a181eb3fec |
2 changed files with 2 additions and 4 deletions
|
@ -101,7 +101,7 @@ spec:
|
||||||
sources:
|
sources:
|
||||||
- chart: kube-prometheus-stack
|
- chart: kube-prometheus-stack
|
||||||
repoURL: https://prometheus-community.github.io/helm-charts
|
repoURL: https://prometheus-community.github.io/helm-charts
|
||||||
targetRevision: 56.8.0
|
targetRevision: 56.7.0
|
||||||
helm:
|
helm:
|
||||||
releaseName: prometheus
|
releaseName: prometheus
|
||||||
valueFiles:
|
valueFiles:
|
||||||
|
@ -303,7 +303,7 @@ spec:
|
||||||
source:
|
source:
|
||||||
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
||||||
targetRevision: HEAD
|
targetRevision: HEAD
|
||||||
path: "app-files"
|
path: "app-files"
|
||||||
destination:
|
destination:
|
||||||
server: https://kubernetes.default.svc
|
server: https://kubernetes.default.svc
|
||||||
namespace: argocd
|
namespace: argocd
|
||||||
|
|
|
@ -61,7 +61,6 @@ alertmanager:
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
|
||||||
ingressPerReplica:
|
ingressPerReplica:
|
||||||
ingressClassName: traefik
|
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
|
@ -106,7 +105,6 @@ prometheus:
|
||||||
annotations:
|
annotations:
|
||||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
|
traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
|
||||||
ingressPerReplica:
|
ingressPerReplica:
|
||||||
ingressClassName: traefik
|
|
||||||
pathType: ImplementationSpecific
|
pathType: ImplementationSpecific
|
||||||
paths:
|
paths:
|
||||||
- /
|
- /
|
||||||
|
|
Loading…
Reference in a new issue