-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathwatches.yaml
More file actions
22 lines (22 loc) · 955 Bytes
/
watches.yaml
File metadata and controls
22 lines (22 loc) · 955 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
# Watches overrides variables at runtime depending on the environment
# If you need to change the base configuration of the application without any pod manipulation,
# edit the environmnent variables in the rating-operator pods.
# If the variable exist in this file, and in the pods, it can be overrided.
- version: v1
group: charts.helm.k8s.io
kind: Rating
chart: helm-charts/rating
overrideValues:
security.auth: ${CLUSTER_AUTH}
security.token.admin: ${RATING_ADMIN_API_KEY}
api.pullSecretsName: ${PULLSECRETS_API}
manager.pullSecretsName: ${PULLSECRETS_MANAGER}
engine.pullSecretsName: ${PULLSECRETS_ENGINE}
frontend.pullSecretsName: ${PULLSECRETS_FRONTEND}
postgresql.postgresqlPassword: ${POSTGRESQL_PASSWORD}
frontend.url: ${FRONTEND_URL}
frontend.allowOrigin: ${ALLOW_ORIGIN}
grafana.enabled: ${GRAFANA}
grafana.backend: ${GRAFANA_BACKEND_URL}
grafana.password: ${GRAFANA_ADMIN_PASSWORD}