We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4301cb5 + 634bfe9 commit b792f27Copy full SHA for b792f27
1 file changed
charts/builder/templates/builder-deployment.yaml
@@ -44,7 +44,7 @@ spec:
44
env:
45
# NOTE(bacongobbler): use deis/registry_proxy to work around Docker --insecure-registry requirements
46
- name: "DEIS_REGISTRY_SERVICE_HOST"
47
- value: "localhost"
+ value: "127.0.0.1"
48
- name: "DEIS_REGISTRY_SERVICE_PORT"
49
value: "{{ .Values.global.host_port }}"
50
- name: "HEALTH_SERVER_PORT"
0 commit comments