Skip to content

Commit fe60c21

Browse files
committed
Clean up defaults and gate ACME HTTP port on challenge type
1 parent 8b64cc3 commit fe60c21

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

charts/netbird-proxy/values.yaml

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
replicaCount: 2
1+
replicaCount: 1
22

33
image:
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.
227227
hostAliases: []
@@ -244,7 +244,7 @@ affinity: {}
244244

245245
podDisruptionBudget:
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.
283283
extraEnv: []
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.
288288
extraVolumes: []
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.
294294
extraVolumeMounts: []
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.

0 commit comments

Comments
 (0)