Do some renaming, fix some config
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user