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: 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: kube-prometheus-stack
chart: prometheus targetRevision: 34.7.1
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

File diff suppressed because it is too large Load diff

View file

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