Merge "promenade_api proxy input correction"

This commit is contained in:
Zuul 2019-05-24 13:41:43 +00:00 committed by Gerrit Code Review
commit 0016279ae7
1 changed files with 6 additions and 6 deletions

View File

@ -22,29 +22,29 @@ data:
# NEWSITE-CHANGEME: If your site uses an http proxy, enter it here.
# Otherwise comment out these lines.
# - name: http_proxy
# value: http://proxy.example.com:8080
# value: 'http://proxy.example.com:8080'
# NEWSITE-CHANGEME: If your site uses an https proxy, enter it here.
# Otherwise comment out these lines.
# - name: https_proxy
# value: http://proxy.example.com:8080
# value: 'http://proxy.example.com:8080'
# NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the
# IPs / domain names which the proxy should not be used for (i.e. the
# cluster domain and kubernetes service_cidr defined in common-addresses)
# Otherwise comment out these lines.
# - name: no_proxy
# value: 10.36.0.1,.cluster.local
# value: '10.96.0.1,.cluster.local'
# NEWSITE-CHANGEME: If your site uses an http proxy, enter it here.
# Otherwise comment out these lines.
# - name: HTTP_PROXY
# value: http://proxy.example.com:8080
# value: 'http://proxy.example.com:8080'
# NEWSITE-CHANGEME: If your site uses an https proxy, enter it here.
# Otherwise comment out these lines.
# - name: HTTPS_PROXY
# value: http://proxy.example.com:8080
# value: 'http://proxy.example.com:8080'
# NEWSITE-CHANGEME: If your site uses an http/https proxy, enter the
# IPs / domain names which the proxy should not be used for (i.e. the
# cluster domain and kubernetes service_cidr defined in common-addresses)
# Otherwise comment out these lines.
# - name: NO_PROXY
# value: 10.36.0.1,.cluster.local
# value: '10.96.0.1,.cluster.local'
...