You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/controller/values.yaml
+8-7Lines changed: 8 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ mutateReplicas: 1
54
54
# Forbid: The cron job does not allow concurrent runs; if it is time for a new job run and the previous job run hasn't finished yet, the cron job skips the new job run
55
55
# Replace: If it is time for a new job run and the previous job run hasn't finished yet, the cron job replaces the currently running job run with a new job run
56
56
concurrencyPolicy: "Replace"
57
+
## valkeyUrl is will no longer use the built-in valkey component
58
+
valkeyUrl: ""
57
59
# databaseUrl and databaseReplicaUrl are will no longer use the built-in database component
58
60
databaseUrl: ""
59
61
databaseReplicaUrl: ""
@@ -66,9 +68,6 @@ workflowManagerUrl: ""
66
68
workflowManagerAccessKey: ""
67
69
workflowManagerSecretKey: ""
68
70
69
-
# Configuring this will no longer use the built-in rabbitmq component
70
-
rabbitmqUrl: ""
71
-
72
71
# limit specs, plans config
73
72
config:
74
73
metrics: ""
@@ -131,9 +130,6 @@ mutate:
131
130
extraMatchLabels:
132
131
component: "drycc-controller-mutate"
133
132
134
-
redis:
135
-
replicas: 1
136
-
137
133
storage:
138
134
csi:
139
135
storageClassName: drycc-storage
@@ -157,7 +153,6 @@ global:
157
153
# configured above)
158
154
# - off-cluster: Run PostgreSQL outside the Kubernetes cluster (configure in database section)
159
155
databaseLocation: "on-cluster"
160
-
161
156
# Set the location of Workflow's Registry
162
157
#
163
158
# Valid values are:
@@ -186,3 +181,9 @@ global:
186
181
# Whether cert_manager is enabled to automatically generate controller certificates
187
182
certManagerEnabled: true
188
183
passportLocation: "on-cluster"
184
+
# Set the location of Workflow's prometheus cluster
185
+
#
186
+
# Valid values are:
187
+
# - on-cluster: Run prometheus within the Kubernetes cluster
188
+
# - off-cluster: prometheus is running outside of the cluster and credentials and connection information will be provided.
0 commit comments