-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathvalues.yaml
More file actions
26 lines (23 loc) · 840 Bytes
/
Copy pathvalues.yaml
File metadata and controls
26 lines (23 loc) · 840 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
imageOrg: "drycc"
imagePullPolicy: "Always"
imageTag: "canary"
imageRegistry: "docker.io"
# limitsCpu: "100m"
# limitsMemory: "50Mi"
# The following parameters are configured only when using an on-cluster Redis instance
replicas: 1
# The following parameters are configured only when using an off-cluster Redis instance
addrs: "" # A list of clusters: "127.0.0.1:7001/1,127.0.0.2:7002/1"
password: "redis password" # "" == no password
# GCP PDs and EBS volumes are supported only
persistence:
enabled: false # Set to true to enable persistence
size: 5Gi
storageClass: ""
global:
# Set the location of Workflow's redis instance
#
# Valid values are:
# - on-cluster: Run Redis within the Kubernetes cluster
# - off-cluster: Run Redis outside the Kubernetes cluster (configure in redis section)
redisLocation: "on-cluster"