Migration: Prometheus -> Thanos / Operator

This commit is contained in:
nold 2022-04-03 19:59:29 +02:00
parent dbc7620828
commit 93a6ba2ff2
3 changed files with 2800 additions and 22 deletions

View file

@ -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

File diff suppressed because it is too large Load diff

View file

@ -29,10 +29,6 @@ ingress:
# Machinaris controller configuration
machinaris:
# IMPORTANT: Choose which worker will become controller:
controller: chia
# HTTP/API Service
service:
type: ClusterIP