Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
1384adcb58b64b8997d58dc95df9feee81a397ae
/
.
/
charts
/
vector
/
ci
/
haproxy-extraContainers-values.yaml
blob: 231e260a93f188c76e2e72ecfaabd54c97b11917 [
file
] [
log
] [
blame
]
# Including haproxy.extraContainers
## Values file for testing adding extraContainers to HAProxy Pods.
haproxy:
extraContainers:
-
name:
sleep
image:
busybox
command:
[
'sh'
,
'-c'
,
"sleep 5"
]