2020-05-18 18:55:58 +00:00
|
|
|
resources:
|
|
|
|
- grafana-deployment.yaml
|
2020-08-02 03:40:27 +00:00
|
|
|
- ingress.yaml
|
2020-05-18 18:55:58 +00:00
|
|
|
|
|
|
|
configMapGenerator:
|
|
|
|
- name: grafana-datasources
|
|
|
|
files:
|
|
|
|
- datasources.yaml=provision/datasources.yaml
|
|
|
|
|
|
|
|
secretGenerator:
|
2021-08-26 16:42:10 +00:00
|
|
|
- name: postgres-credentials-secret
|
2020-05-18 18:55:58 +00:00
|
|
|
type: Opaque
|
2020-08-02 01:49:55 +00:00
|
|
|
behavior: create
|
2020-05-18 18:55:58 +00:00
|
|
|
literals:
|
2021-08-26 16:42:10 +00:00
|
|
|
- host=172.18.1.2:5432
|
2020-05-18 18:55:58 +00:00
|
|
|
- database=grafana
|
|
|
|
- username=grafana
|
2020-08-11 04:37:20 +00:00
|
|
|
- password=changeme
|