We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27d4ce1 commit 9922723Copy full SHA for 9922723
roles/baseline/defaults/main.yml
@@ -195,9 +195,24 @@ CONTOUR_CHART_NAME: contour
195
CONTOUR_CHART_URL: https://projectcontour.github.io/helm-charts/
196
CONTOUR_CHART_VERSION: 0.2.1
197
CONTOUR_CONFIG:
198
+ contour:
199
+ resources:
200
+ requests:
201
+ cpu: 100m
202
+ memory: 256Mi
203
+ limits:
204
+ cpu: 200m
205
+ memory: 512Mi
206
envoy:
207
service:
208
loadBalancerSourceRanges: "{{ LOADBALANCER_SOURCE_RANGES | default(['0.0.0.0/0'], -1) }}"
209
210
211
212
213
214
215
216
217
# Add annotation to include Azure load-balancer health probe request path for Contour
218
CONTOUR_AZURE_LB_HEALTH_PROBE_CONFIG:
0 commit comments