Compare commits
No commits in common. "51c3f79d8a747baea362c5d07284cc83951952b4" and "d4727c0923038b58fdd4829c4d04260c68f52e06" have entirely different histories.
51c3f79d8a
...
d4727c0923
2 changed files with 4 additions and 2 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.7.0
|
targetRevision: 56.8.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,6 +61,7 @@ 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:
|
||||||
- /
|
- /
|
||||||
|
@ -105,6 +106,7 @@ 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