diff options
| author | Max Audron <audron@cocaine.farm> | 2021-06-05 01:52:59 +0200 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-06-05 01:52:59 +0200 |
| commit | ffab48bb8e1326eeb5d96f617d267058d0e19bfe (patch) | |
| tree | cc18c1665d8e8f431b603ab2e4fd66bc87f07a55 | |
| parent | update tanka dependencies (diff) | |
remove egress gateway config
| -rw-r--r-- | deploy/environments/production/main.jsonnet | 10 |
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, - }) - ), }, }, } |
