File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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:
Original file line number Diff line number Diff line change @@ -50,6 +50,10 @@ podAntiAffinityPreset:
5050# see: https://kubernetes.io/docs/concepts/workloads/controllers/job/#ttl-mechanism-for-finished-jobs
5151ttlSecondsAfterFinished : 21600
5252
53+ # host port for the registry proxy in the daemonset
54+ registry :
55+ proxyPort : 5555
56+
5357global :
5458 # Role-Based Access Control for Kubernetes >= 1.5
5559 rbac : false
You can’t perform that action at this time.
0 commit comments