From ffab48bb8e1326eeb5d96f617d267058d0e19bfe Mon Sep 17 00:00:00 2001 From: Max Audron Date: Sat, 5 Jun 2021 01:52:59 +0200 Subject: remove egress gateway config --- deploy/environments/production/main.jsonnet | 10 ---------- 1 file changed, 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, - }) - ), }, }, } -- cgit v1.2.3