mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-02-05 03:24:55 -03:30
Permit custom names for API server lb/proxy containers. (#10166)
Signed-off-by: Pat Riehecky <riehecky@fnal.gov>
This commit is contained in:
@@ -92,6 +92,7 @@ loadbalancer_apiserver_memory_requests: 32M
|
||||
loadbalancer_apiserver_cpu_requests: 25m
|
||||
|
||||
loadbalancer_apiserver_keepalive_timeout: 5m
|
||||
loadbalancer_apiserver_pod_name: "{% if loadbalancer_apiserver_type == 'nginx' %}nginx-proxy{% else %}haproxy{% endif %}"
|
||||
|
||||
# Uncomment if you need to enable deprecated runtimes
|
||||
# kube_api_runtime_config:
|
||||
|
||||
Reference in New Issue
Block a user