image_org: "drycc" image_pull_policy: "Always" image_tag: "canary" image_registry: "docker.io" # limits_cpu: "100m" # limits_memory: "50Mi" 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) redis_location: "on-cluster" # 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