2022-05-09 03:34:36 +00:00
|
|
|
---
|
|
|
|
- op: add
|
|
|
|
path: /spec/template/spec/containers/0/env/-
|
|
|
|
value:
|
|
|
|
name: GF_DATABASE_TYPE
|
|
|
|
value: postgres
|
|
|
|
- op: add
|
|
|
|
path: /spec/template/spec/containers/0/env/-
|
|
|
|
value:
|
|
|
|
name: GF_DATABASE_HOST
|
|
|
|
value: dev-db
|
|
|
|
- op: add
|
|
|
|
path: /spec/template/spec/containers/0/env/-
|
|
|
|
value:
|
|
|
|
name: GF_DATABASE_PORT
|
|
|
|
value: "5432"
|
|
|
|
- op: add
|
|
|
|
path: /spec/template/spec/containers/0/env/-
|
|
|
|
value:
|
|
|
|
name: GF_DATABASE_USER
|
|
|
|
value: postgres
|
|
|
|
- op: add
|
|
|
|
path: /spec/template/spec/containers/0/env/-
|
|
|
|
value:
|
|
|
|
name: GF_DATABASE_PASSWORD
|
2022-05-17 19:04:56 +00:00
|
|
|
value: postgres
|
2022-05-09 03:34:36 +00:00
|
|
|
- op: add
|
|
|
|
path: /spec/template/spec/containers/0/env/-
|
|
|
|
value:
|
|
|
|
name: GF_DATABASE_NAME
|
|
|
|
value: grafana
|