mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
30 lines
532 B
YAML
30 lines
532 B
YAML
# Test values file for generating all of the yaml and check that
|
|
# the rendering is correct
|
|
|
|
volumePermissions:
|
|
enabled: true
|
|
|
|
master:
|
|
extraEnvVars:
|
|
- name: TEST
|
|
value: "3"
|
|
|
|
extraEnvVarsSecret: example-secret
|
|
extraEnvVarsCM: example-cm
|
|
|
|
slave:
|
|
extraEnvVars:
|
|
- name: TEST
|
|
value: "2"
|
|
|
|
extraEnvVarsSecret: example-secret-2
|
|
extraEnvVarsCM: example-cm-2
|
|
replicas: 2
|
|
|
|
metrics:
|
|
enabled: true
|
|
## Kubeval doesn't recognise ServiceMonitor as a valid K8s object
|
|
# serviceMonitor:
|
|
# enabled: true
|
|
|