Do some renaming, fix some config

This commit is contained in:
2024-08-05 19:16:00 +01:00
parent 7dfb292b47
commit 579d4d01a0
4 changed files with 3 additions and 9 deletions

View File

@@ -2,7 +2,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2 apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: longhorn-release name: longhorn
spec: spec:
chart: chart:
spec: spec:

View File

@@ -11,8 +11,6 @@ spec:
kind: HelmRepository kind: HelmRepository
name: grafana-repo name: grafana-repo
version: 8.4.1 version: 8.4.1
valuesFiles:
- values.yaml
interval: 1m0s interval: 1m0s
targetNamespace: monitoring targetNamespace: monitoring
values: values:

View File

@@ -11,15 +11,13 @@ spec:
kind: HelmRepository kind: HelmRepository
name: grafana-repo name: grafana-repo
version: 6.7.4 version: 6.7.4
valuesFiles:
- values.yaml
interval: 1m0s interval: 1m0s
targetNamespace: monitoring targetNamespace: monitoring
values: values:
loki: loki:
schemaConfig: schemaConfig:
configs: configs:
- from: 2024-04-01 - from: "2024-04-01"
store: tsdb store: tsdb
object_store: s3 object_store: s3
schema: v13 schema: v13

View File

@@ -1,7 +1,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2 apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease kind: HelmRelease
metadata: metadata:
name: promtail-release name: promtail
spec: spec:
chart: chart:
spec: spec:
@@ -11,8 +11,6 @@ spec:
kind: HelmRepository kind: HelmRepository
name: grafana-repo name: grafana-repo
version: 6.16.4 version: 6.16.4
valuesFiles:
- values.yaml
interval: 1m0s interval: 1m0s
targetNamespace: monitoring targetNamespace: monitoring
values: values: