16 lines
231 B
YAML
16 lines
231 B
YAML
server:
|
|
extraArgs:
|
|
- --insecure
|
|
|
|
configs:
|
|
params:
|
|
server.insecure: true
|
|
cm:
|
|
timeout.reconciliation: 180s
|
|
helm.timeoutSeconds: "300"
|
|
|
|
redis:
|
|
image:
|
|
repository: docker.io/library/redis
|
|
tag: 7.4-alpine
|