Add Loki retention

Signed-off-by: Michel Hollands <michel.hollands@gmail.com>
This commit is contained in:
Michel Hollands 2023-08-15 15:21:24 +01:00
parent 23d14110a0
commit 18d24c39f7

View File

@ -71,13 +71,22 @@ loki:
storage: storage:
type: "s3" type: "s3"
s3: s3:
endpoint: "meta-minio.meta.svc:9000"
access_key_id: rootuser
secret_access_key: rootpassword
insecure: true insecure: true
s3ForcePathStyle: true
bucketNames: bucketNames:
chunks: loki-chunks chunks: loki-chunks
ruler: loki-ruler ruler: loki-ruler
structuredConfig:
common:
storage:
s3:
access_key_id: "{{ .Values.global.minio.rootUser }}"
endpoint: "{{ .Release.Name }}-minio.{{ .Release.Namespace }}.svc:9000"
secret_access_key: "{{ .Values.global.minio.rootPassword }}"
compactor:
retention_enabled: true
limits_config:
retention_period: 24h
monitoring: monitoring:
dashboards: dashboards:
enabled: false enabled: false