Skip to content

Commit e3a8392

Browse files
committed
chore(registry): change proxy port location
1 parent 7807db8 commit e3a8392

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/workflow/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ global:
5050
registryLocation: "on-cluster"
5151
# Prefix for the imagepull secret created when using private registry
5252
registrySecretPrefix: "private-registry"
53-
# The host port to which registry proxy binds to
54-
registryProxyPort: 5555
5553

5654
# Enable usage of RBAC authorization mode
5755
#
@@ -194,6 +192,8 @@ registry:
194192
# The subsection provides configuration for managing redirects from content backends.
195193
# For backends that support it, redirecting is disabled by default.
196194
redirect: "false"
195+
# host port for the registry proxy in the daemonset
196+
proxyPort: 5555
197197

198198
passport:
199199
# The following parameters are configured only when using an on-cluster passport

0 commit comments

Comments
 (0)