Skip to content

Commit 4a86626

Browse files
committed
chore(registry): change proxy port location
1 parent 2eac70d commit 4a86626

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

charts/builder/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ env:
6060
{{- if eq .Values.global.registryLocation "on-cluster" }}
6161
# NOTE(bacongobbler): use drycc/registry_proxy to work around --insecure-registry requirements
6262
- name: "DRYCC_REGISTRY_PROXY_HOST"
63-
value: {{ print "127.0.0.1" ":" .Values.global.registryProxyPort }}
63+
value: {{ print "127.0.0.1" ":" .Values.registry.proxyPort }}
6464
{{- else }}
6565
- name: "DRYCC_REGISTRY_ORGANIZATION"
6666
valueFrom:

charts/builder/values.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,10 @@ podAntiAffinityPreset:
5050
# see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#ttl-mechanism-for-finished-jobs
5151
ttlSecondsAfterFinished: 21600
5252

53+
# host port for the registry proxy in the daemonset
54+
registry:
55+
proxyPort: 5555
56+
5357
global:
5458
# Role-Based Access Control for Kubernetes >= 1.5
5559
rbac: false

0 commit comments

Comments
 (0)