Skip to content

Commit b792f27

Browse files
author
Matthew Fisher
authored
Merge pull request #473 from bacongobbler/localhost-to-127
fix(charts): reference registry-proxy on 127.0.0.1
2 parents 4301cb5 + 634bfe9 commit b792f27

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/builder/templates/builder-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ spec:
4444
env:
4545
# NOTE(bacongobbler): use deis/registry_proxy to work around Docker --insecure-registry requirements
4646
- name: "DEIS_REGISTRY_SERVICE_HOST"
47-
value: "localhost"
47+
value: "127.0.0.1"
4848
- name: "DEIS_REGISTRY_SERVICE_PORT"
4949
value: "{{ .Values.global.host_port }}"
5050
- name: "HEALTH_SERVER_PORT"

0 commit comments

Comments
 (0)