try to fix prometheus deployment
This commit is contained in:
parent
d5985f50b5
commit
8c065d71ce
2 changed files with 6 additions and 32 deletions
|
@ -113,35 +113,3 @@ spec:
|
||||||
automated:
|
automated:
|
||||||
selfHeal: false
|
selfHeal: false
|
||||||
prune: true
|
prune: true
|
||||||
---
|
|
||||||
apiVersion: argoproj.io/v1alpha1
|
|
||||||
kind: Application
|
|
||||||
metadata:
|
|
||||||
name: grafana
|
|
||||||
namespace: argocd
|
|
||||||
spec:
|
|
||||||
project: default
|
|
||||||
sources:
|
|
||||||
- chart: grafana
|
|
||||||
repoURL: https://grafana.github.io/helm-charts
|
|
||||||
targetRevision: 6.52.8
|
|
||||||
helm:
|
|
||||||
releaseName: grafana
|
|
||||||
valueFiles:
|
|
||||||
- $values/grafana/values.yaml
|
|
||||||
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
||||||
targetRevision: HEAD
|
|
||||||
ref: values
|
|
||||||
- repoURL: https://git.ar21.de/yolokube/core-deployments.git
|
|
||||||
targetRevision: HEAD
|
|
||||||
path: grafana
|
|
||||||
destination:
|
|
||||||
server: https://kubernetes.default.svc
|
|
||||||
namespace: grafana
|
|
||||||
syncPolicy:
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
||||||
|
|
||||||
automated:
|
|
||||||
selfHeal: false
|
|
||||||
prune: true
|
|
|
@ -50,6 +50,8 @@ alertmanager:
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ end }}
|
{{ end }}
|
||||||
ingress:
|
ingress:
|
||||||
|
paths:
|
||||||
|
- /
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
hosts:
|
hosts:
|
||||||
|
@ -68,6 +70,8 @@ alertmanager:
|
||||||
grafana:
|
grafana:
|
||||||
defaultDashboardsTimezone: Europe/Berlin
|
defaultDashboardsTimezone: Europe/Berlin
|
||||||
ingress:
|
ingress:
|
||||||
|
paths:
|
||||||
|
- /
|
||||||
enabled: true
|
enabled: true
|
||||||
hosts:
|
hosts:
|
||||||
- grafana.services.yolokube.de
|
- grafana.services.yolokube.de
|
||||||
|
@ -82,6 +86,8 @@ prometheus:
|
||||||
servicePerReplica:
|
servicePerReplica:
|
||||||
enabled: true
|
enabled: true
|
||||||
ingress:
|
ingress:
|
||||||
|
paths:
|
||||||
|
- /
|
||||||
enabled: true
|
enabled: true
|
||||||
ingressClassName: nginx
|
ingressClassName: nginx
|
||||||
hosts:
|
hosts:
|
||||||
|
|
Loading…
Reference in a new issue