Added postgres and dragonflydb to grafana
This commit is contained in:
parent
acf918bfc2
commit
ac6f0852d7
|
@ -7,6 +7,10 @@ resources:
|
||||||
- ./release.yaml
|
- ./release.yaml
|
||||||
- ./lldap.yaml
|
- ./lldap.yaml
|
||||||
|
|
||||||
|
components:
|
||||||
|
- ../../common/postgres
|
||||||
|
- ../../common/dragonflydb
|
||||||
|
|
||||||
configurations:
|
configurations:
|
||||||
- nameReference.yaml
|
- nameReference.yaml
|
||||||
|
|
||||||
|
|
|
@ -13,7 +13,7 @@ spec:
|
||||||
version: 8.8.2
|
version: 8.8.2
|
||||||
interval: 15m
|
interval: 15m
|
||||||
values:
|
values:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
@ -32,6 +32,24 @@ spec:
|
||||||
auth.ldap:
|
auth.ldap:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
database:
|
||||||
|
type: postgres
|
||||||
|
host: $__file{/etc/secrets/db/host}
|
||||||
|
name: $__file{/etc/secrets/db/dbname}
|
||||||
|
user: $__file{/etc/secrets/db/user}
|
||||||
|
password: $__file{/etc/secrets/db/password}
|
||||||
|
|
||||||
|
remote_cache:
|
||||||
|
type: redis
|
||||||
|
connstr: addr=dragonflydb.grafana:6379
|
||||||
|
|
||||||
ldap:
|
ldap:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingSecret: grafana-ldap-toml
|
existingSecret: grafana-ldap-toml
|
||||||
|
|
||||||
|
extraSecretMounts:
|
||||||
|
- name: grafana-db-cluster-app-mount
|
||||||
|
secretName: grafana-db-cluster-app
|
||||||
|
defaultMode: 0440
|
||||||
|
mountPath: /etc/secrets/db
|
||||||
|
readOnly: true
|
||||||
|
|
Loading…
Reference in New Issue
Block a user