Skip to content

Commit 634bfe9

Browse files
author
Matthew Fisher
committed
fix(charts): reference registry-proxy on 127.0.0.1
On some providers, "localhost" is not set up on the host network. explicitly calling the loopback address fixes this.
1 parent 4301cb5 commit 634bfe9

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)