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