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