mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +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:
|
||||
description: Grafana, Prometheus and friends
|
||||
|
||||
apps:
|
||||
- name: prometheus
|
||||
namespace: prometheus
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: prometheus
|
||||
targetRevision: 15.8.0
|
||||
- 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
|
||||
- name: kube-prometheus-stack
|
||||
repoURL: https://prometheus-community.github.io/helm-charts
|
||||
chart: kube-prometheus-stack
|
||||
targetRevision: 34.7.1
|
||||
|
|
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:
|
||||
|
||||
# IMPORTANT: Choose which worker will become controller:
|
||||
controller: chia
|
||||
|
||||
# HTTP/API Service
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
|
Loading…
Reference in a new issue