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:
|
||||
selfHeal: false
|
||||
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 }}
|
||||
ingress:
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hosts:
|
||||
|
@ -68,6 +70,8 @@ alertmanager:
|
|||
grafana:
|
||||
defaultDashboardsTimezone: Europe/Berlin
|
||||
ingress:
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
hosts:
|
||||
- grafana.services.yolokube.de
|
||||
|
@ -82,6 +86,8 @@ prometheus:
|
|||
servicePerReplica:
|
||||
enabled: true
|
||||
ingress:
|
||||
paths:
|
||||
- /
|
||||
enabled: true
|
||||
ingressClassName: nginx
|
||||
hosts:
|
||||
|
|
Loading…
Reference in a new issue