Skip to content
This repository has been archived by the owner on May 6, 2020. It is now read-only.

Commit

Permalink
fix(charts): reference registry-proxy on 127.0.0.1 (#1239)
Browse files Browse the repository at this point in the history
On some providers, "localhost" is not set up on the host network. explicitly calling the loopback
address fixes this.
  • Loading branch information
Matthew Fisher committed Jan 31, 2017
1 parent bdb5acd commit da408b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/controller/templates/controller-deployment.yaml
Expand Up @@ -57,7 +57,7 @@ spec:
value: {{ .Values.registration_mode }}
# NOTE(bacongobbler): use deis/registry_proxy to work around Docker --insecure-registry requirements
- name: "DEIS_REGISTRY_SERVICE_HOST"
value: "localhost"
value: "127.0.0.1"
- name: "K8S_API_VERIFY_TLS"
value: "{{ .Values.k8s_api_verify_tls }}"
- name: "DEIS_REGISTRY_SERVICE_PORT"
Expand Down

0 comments on commit da408b3

Please sign in to comment.