aboutsummaryrefslogtreecommitdiff
path: root/deploy
diff options
context:
space:
mode:
Diffstat (limited to 'deploy')
-rw-r--r--deploy/environments/production/main.jsonnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/deploy/environments/production/main.jsonnet b/deploy/environments/production/main.jsonnet
index 175fbab..72a1c2e 100644
--- a/deploy/environments/production/main.jsonnet
+++ b/deploy/environments/production/main.jsonnet
@@ -22,7 +22,7 @@ function(tag, namespace, envSlug=null, projectPathSlug=null)
statefulset+:
statefulset.spec.template.spec.withInitContainers([
- container.new('waitForEgress', 'docker.io/busybox:latest')
+ container.new('wait-for-egress', 'docker.io/busybox:latest')
+ container.withCommand(['/bin/sleep', '30']),
]),