Samuel Liu
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
0 additions and
4 deletions
-
roles/kubernetes/node/templates/manifests/haproxy.manifest.j2
-
roles/kubernetes/node/templates/manifests/nginx-proxy.manifest.j2
|
|
@ -22,8 +22,6 @@ spec: |
|
|
|
requests: |
|
|
|
cpu: {{ loadbalancer_apiserver_cpu_requests }} |
|
|
|
memory: {{ loadbalancer_apiserver_memory_requests }} |
|
|
|
securityContext: |
|
|
|
privileged: true |
|
|
|
{% if loadbalancer_apiserver_healthcheck_port is defined -%} |
|
|
|
livenessProbe: |
|
|
|
httpGet: |
|
|
|
|
|
@ -22,8 +22,6 @@ spec: |
|
|
|
requests: |
|
|
|
cpu: {{ loadbalancer_apiserver_cpu_requests }} |
|
|
|
memory: {{ loadbalancer_apiserver_memory_requests }} |
|
|
|
securityContext: |
|
|
|
privileged: true |
|
|
|
{% if loadbalancer_apiserver_healthcheck_port is defined -%} |
|
|
|
livenessProbe: |
|
|
|
httpGet: |
|
|
|