aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--deploy/environments/production/main.jsonnet10
1 files changed, 0 insertions, 10 deletions
diff --git a/deploy/environments/production/main.jsonnet b/deploy/environments/production/main.jsonnet
index 72a1c2e..b282754 100644
--- a/deploy/environments/production/main.jsonnet
+++ b/deploy/environments/production/main.jsonnet
@@ -25,16 +25,6 @@ function(tag, namespace, envSlug=null, projectPathSlug=null)
container.new('wait-for-egress', 'docker.io/busybox:latest')
+ container.withCommand(['/bin/sleep', '30']),
]),
-
- egress:
- egress.new('catinator')
- + egress.withEgressSourceIP('178.63.224.13')
- + egress.withDestinationCIDRs(['0.0.0.0/0'])
- + egress.withPodSelector(
- egress.podSelector.withMatchLabels({
- 'io.kubernetes.pod.namespace': namespace,
- })
- ),
},
},
}