Gitiles
Code Review
Sign In
review.vexxhost.dev
/
atmosphere
/
89b019cf355ee38937c160845675dd81b2b4c849
/
.
/
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"
]