mirror of
https://forge.liiib.re/indiehost/libre.sh/libre.sh.git
synced 2024-12-29 07:06:42 +00:00
parent
71c425bb5f
commit
a9f22f595b
3 changed files with 5 additions and 3 deletions
|
@ -32,7 +32,7 @@ spec:
|
||||||
DS_PROMETHEUS: Prometheus
|
DS_PROMETHEUS: Prometheus
|
||||||
admin:
|
admin:
|
||||||
# TODO use convention for credentials secrets ?
|
# TODO use convention for credentials secrets ?
|
||||||
existingSecret: grafana.admin.creds
|
existingSecret: grafana-admin-creds
|
||||||
userKey: username
|
userKey: username
|
||||||
passwordKey: password
|
passwordKey: password
|
||||||
grafana.ini:
|
grafana.ini:
|
||||||
|
|
|
@ -3,4 +3,5 @@ kind: Bucket
|
||||||
metadata:
|
metadata:
|
||||||
name: loki-chunks
|
name: loki-chunks
|
||||||
spec:
|
spec:
|
||||||
provider: metrics
|
bucketName: ${CLUSTER_NAME}-loki-chunks
|
||||||
|
provider: data
|
|
@ -3,4 +3,5 @@ kind: Bucket
|
||||||
metadata:
|
metadata:
|
||||||
name: thanos
|
name: thanos
|
||||||
spec:
|
spec:
|
||||||
provider: metrics
|
bucketName: ${CLUSTER_NAME}-thanos
|
||||||
|
provider: data
|
Loading…
Reference in a new issue