Skip to content

Commit da408b3

Browse files
author
Matthew Fisher
authored
fix(charts): reference registry-proxy on 127.0.0.1 (#1239)
On some providers, "localhost" is not set up on the host network. explicitly calling the loopback address fixes this.
1 parent bdb5acd commit da408b3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

charts/controller/templates/controller-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ spec:
5757
value: {{ .Values.registration_mode }}
5858
# NOTE(bacongobbler): use deis/registry_proxy to work around Docker --insecure-registry requirements
5959
- name: "DEIS_REGISTRY_SERVICE_HOST"
60-
value: "localhost"
60+
value: "127.0.0.1"
6161
- name: "K8S_API_VERIFY_TLS"
6262
value: "{{ .Values.k8s_api_verify_tls }}"
6363
- name: "DEIS_REGISTRY_SERVICE_PORT"

0 commit comments

Comments
 (0)