mirror of
https://github.com/vmware-tanzu/pinniped.git
synced 2026-04-24 10:10:53 +00:00
no_proxy adjustment for concierge
This commit is contained in:
committed by
Ryan Richard
parent
98bd12241d
commit
46bea27cb7
@@ -192,9 +192,9 @@ https_proxy: ""
|
||||
|
||||
#@schema/title "No proxy"
|
||||
#@schema/desc "Endpoints that should not be proxied. Defaults to some sensible known values on public cloud providers."
|
||||
#@schema/validation min_len=1
|
||||
no_proxy: "$(KUBERNETES_SERVICE_HOST),169.254.169.254,127.0.0.1,localhost,.svc,.cluster.local" #! do not proxy Kubernetes endpoints
|
||||
|
||||
|
||||
#@schema/title "Endpoints"
|
||||
#@ endpoints_desc = "Control the HTTP and HTTPS listeners of the Supervisor. The current defaults are: \
|
||||
#@ {\"https\":{\"network\":\"tcp\",\"address\":\":8443\"},\"http\":\"disabled\"}. \
|
||||
|
||||
Reference in New Issue
Block a user