Skip to content
Snippets Groups Projects
Unverified Commit 7df7054b authored by Samuel Liu's avatar Samuel Liu Committed by GitHub
Browse files

remove local lb privileged (#7437)

parent 5377aac9
No related branches found
No related tags found
No related merge requests found
...@@ -22,8 +22,6 @@ spec: ...@@ -22,8 +22,6 @@ spec:
requests: requests:
cpu: {{ loadbalancer_apiserver_cpu_requests }} cpu: {{ loadbalancer_apiserver_cpu_requests }}
memory: {{ loadbalancer_apiserver_memory_requests }} memory: {{ loadbalancer_apiserver_memory_requests }}
securityContext:
privileged: true
{% if loadbalancer_apiserver_healthcheck_port is defined -%} {% if loadbalancer_apiserver_healthcheck_port is defined -%}
livenessProbe: livenessProbe:
httpGet: httpGet:
......
...@@ -22,8 +22,6 @@ spec: ...@@ -22,8 +22,6 @@ spec:
requests: requests:
cpu: {{ loadbalancer_apiserver_cpu_requests }} cpu: {{ loadbalancer_apiserver_cpu_requests }}
memory: {{ loadbalancer_apiserver_memory_requests }} memory: {{ loadbalancer_apiserver_memory_requests }}
securityContext:
privileged: true
{% if loadbalancer_apiserver_healthcheck_port is defined -%} {% if loadbalancer_apiserver_healthcheck_port is defined -%}
livenessProbe: livenessProbe:
httpGet: httpGet:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment