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:
|
||||
- chart: kube-prometheus-stack
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
targetRevision: 56.7.0
|
||||
targetRevision: 56.8.0
|
||||
helm:
|
||||
releaseName: prometheus
|
||||
valueFiles:
|
||||
|
@ -303,7 +303,7 @@ spec:
|
|||
source:
|
||||
repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
||||
targetRevision: HEAD
|
||||
path: "app-files"
|
||||
path: "app-files"
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: argocd
|
||||
|
|
|
@ -61,6 +61,7 @@ alertmanager:
|
|||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
|
||||
ingressPerReplica:
|
||||
ingressClassName: traefik
|
||||
pathType: ImplementationSpecific
|
||||
paths:
|
||||
- /
|
||||
|
@ -105,6 +106,7 @@ prometheus:
|
|||
annotations:
|
||||
traefik.ingress.kubernetes.io/router.middlewares: traefik-basic-auth@kubernetescrd
|
||||
ingressPerReplica:
|
||||
ingressClassName: traefik
|
||||
pathType: ImplementationSpecific
|
||||
paths:
|
||||
- /
|
||||
|
|
Loading…
Reference in a new issue