mirror of
https://github.com/nold360/hive-apps
synced 2024-12-23 06:01:18 +00:00
Migration: Prometheus -> Thanos / Operator
This commit is contained in:
parent
dbc7620828
commit
93a6ba2ff2
3 changed files with 2800 additions and 22 deletions
|
@ -1,21 +1,8 @@
|
||||||
config:
|
config:
|
||||||
description: Grafana, Prometheus and friends
|
description: Grafana, Prometheus and friends
|
||||||
|
|
||||||
apps:
|
apps:
|
||||||
- name: prometheus
|
- name: kube-prometheus-stack
|
||||||
namespace: prometheus
|
|
||||||
repoURL: https://prometheus-community.github.io/helm-charts
|
repoURL: https://prometheus-community.github.io/helm-charts
|
||||||
chart: prometheus
|
chart: kube-prometheus-stack
|
||||||
targetRevision: 15.8.0
|
targetRevision: 34.7.1
|
||||||
- name: loki-stack
|
|
||||||
existingNamespace: prometheus
|
|
||||||
repoURL: https://grafana.github.io/helm-charts
|
|
||||||
chart: loki-stack
|
|
||||||
targetRevision: 2.6.1
|
|
||||||
secrets:
|
|
||||||
- name: loki-stack-grafana
|
|
||||||
keys:
|
|
||||||
- admin-user
|
|
||||||
- admin-password
|
|
||||||
- name: grafana-env
|
|
||||||
keys:
|
|
||||||
- GF_AUTH_GENERIC_OAUTH_CLIENT_SECRET
|
|
||||||
|
|
2795
projects/grafana/values/kube-prometheus-stack.yaml
Normal file
2795
projects/grafana/values/kube-prometheus-stack.yaml
Normal file
File diff suppressed because it is too large
Load diff
|
@ -29,10 +29,6 @@ ingress:
|
||||||
|
|
||||||
# Machinaris controller configuration
|
# Machinaris controller configuration
|
||||||
machinaris:
|
machinaris:
|
||||||
|
|
||||||
# IMPORTANT: Choose which worker will become controller:
|
|
||||||
controller: chia
|
|
||||||
|
|
||||||
# HTTP/API Service
|
# HTTP/API Service
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
|
|
Loading…
Reference in a new issue