mirror of
https://github.com/nold360/hive-apps
synced 2024-11-09 23:36:38 +00:00
changed: prometheus deployment & config & crd stuff
This commit is contained in:
parent
bf25a93f0f
commit
e6f098bdf0
2 changed files with 13 additions and 1896 deletions
|
@ -5,26 +5,17 @@ apps:
|
||||||
- name: kube-prometheus-stack
|
- name: kube-prometheus-stack
|
||||||
repoURL: https://prometheus-community.github.io/helm-charts
|
repoURL: https://prometheus-community.github.io/helm-charts
|
||||||
chart: kube-prometheus-stack
|
chart: kube-prometheus-stack
|
||||||
targetRevision: 55.11.0
|
targetRevision: 60.0.0
|
||||||
secrets:
|
secrets:
|
||||||
- name: grafana
|
- name: grafana
|
||||||
keys:
|
keys:
|
||||||
- admin-password
|
- admin-password
|
||||||
- admin-user
|
- admin-user
|
||||||
helm:
|
|
||||||
skipCrds: true
|
|
||||||
|
|
||||||
- name: kube-prometheus-crds
|
|
||||||
repoURL: https://github.com/prometheus-community/helm-charts.git
|
|
||||||
path: charts/kube-prometheus-stack/crds/
|
|
||||||
targetRevision: kube-prometheus-stack-46.8.0
|
|
||||||
directory:
|
|
||||||
recurse: true
|
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
- Replace=true
|
- ServerSideApply=true
|
||||||
|
|
||||||
- name: loki-stack
|
# - name: loki-stack
|
||||||
repoURL: https://grafana.github.io/helm-charts
|
# repoURL: https://grafana.github.io/helm-charts
|
||||||
chart: loki-stack
|
# chart: loki-stack
|
||||||
targetRevision: 2.10.2
|
# targetRevision: 2.10.2
|
||||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue