2020-05-18 18:55:58 +00:00
|
|
|
resources:
|
|
|
|
- grafana-deployment.yaml
|
2021-08-26 16:42:28 +00:00
|
|
|
- grafana-ingress.yaml
|
2020-05-18 18:55:58 +00:00
|
|
|
|
2023-02-05 03:11:39 +00:00
|
|
|
commonLabels:
|
|
|
|
app.kubernetes.io/name: grafana
|
|
|
|
app.kubernetes.io/part-of: monitoring
|
|
|
|
|
2020-05-18 18:55:58 +00:00
|
|
|
configMapGenerator:
|
|
|
|
- name: grafana-datasources
|
|
|
|
files:
|
|
|
|
- datasources.yaml=provision/datasources.yaml
|
|
|
|
|
2022-08-28 22:29:26 +00:00
|
|
|
secretGenerator:
|
|
|
|
- name: grafana-config
|
|
|
|
type: Opaque
|
|
|
|
literals:
|
|
|
|
- custom.ini=
|
|
|
|
|
2021-08-26 16:42:28 +00:00
|
|
|
# secretGenerator:
|
2021-08-28 03:54:21 +00:00
|
|
|
# - name: postgres-credentials
|
2021-08-26 16:42:28 +00:00
|
|
|
# type: Opaque
|
|
|
|
# behavior: create
|
|
|
|
# literals:
|
|
|
|
# - host=172.18.1.2:5432
|
|
|
|
# - database=grafana
|
|
|
|
# - username=grafana
|
|
|
|
# - password=changeme
|
|
|
|
|
|
|
|
# default username: admin
|
|
|
|
# default password: admin
|