File tree Expand file tree Collapse file tree 1 file changed +14
-14
lines changed
Expand file tree Collapse file tree 1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1- replicaCount : 2
1+ replicaCount : 1
22
33image :
44 repository : netbird-proxy
@@ -215,13 +215,13 @@ service:
215215 # Local preserves client source IP but may cause imbalanced traffic.
216216 externalTrafficPolicy : " "
217217
218- resources :
219- requests :
220- cpu : 100m
221- memory : 64Mi
222- limits :
223- cpu : 500m
224- memory : 256Mi
218+ resources : {}
219+ # requests:
220+ # cpu: 100m
221+ # memory: 64Mi
222+ # limits:
223+ # cpu: 500m
224+ # memory: 256Mi
225225
226226# -- Host aliases to inject into /etc/hosts.
227227hostAliases : []
@@ -244,7 +244,7 @@ affinity: {}
244244
245245podDisruptionBudget :
246246 # -- Create a PodDisruptionBudget.
247- enabled : true
247+ enabled : false
248248 # -- Minimum available pods.
249249 minAvailable : 1
250250 # -- Maximum unavailable pods (mutually exclusive with minAvailable).
@@ -282,18 +282,18 @@ autoscaling:
282282# -- Extra environment variables to add to the proxy container.
283283extraEnv : []
284284# - name: SSL_CERT_FILE
285- # value: "/pebble -ca/pebble- ca.pem"
285+ # value: "/custom -ca/ca.pem"
286286
287287# -- Extra volumes to add to the pod.
288288extraVolumes : []
289- # - name: pebble -ca
289+ # - name: custom -ca
290290# secret:
291- # secretName: pebble -ca
291+ # secretName: custom -ca
292292
293293# -- Extra volume mounts to add to the proxy container.
294294extraVolumeMounts : []
295- # - name: pebble -ca
296- # mountPath: /pebble -ca
295+ # - name: custom -ca
296+ # mountPath: /custom -ca
297297# readOnly: true
298298
299299# -- Extra ports to expose on the Service and container.
You can’t perform that action at this time.
0 commit comments