We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7807db8 commit e3a8392Copy full SHA for e3a8392
1 file changed
charts/workflow/values.yaml
@@ -50,8 +50,6 @@ global:
50
registryLocation: "on-cluster"
51
# Prefix for the imagepull secret created when using private registry
52
registrySecretPrefix: "private-registry"
53
- # The host port to which registry proxy binds to
54
- registryProxyPort: 5555
55
56
# Enable usage of RBAC authorization mode
57
#
@@ -194,6 +192,8 @@ registry:
194
192
# The subsection provides configuration for managing redirects from content backends.
195
193
# For backends that support it, redirecting is disabled by default.
196
redirect: "false"
+ # host port for the registry proxy in the daemonset
+ proxyPort: 5555
197
198
passport:
199
# The following parameters are configured only when using an on-cluster passport
0 commit comments