Skip to content

Commit c4c3640

Browse files
authored
Merge pull request #117 from holaplex/mpw/svix-webhooks-netpol-update
allow internet access to svix
2 parents 4f6e49e + cd475bd commit c4c3640

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

charts/svix-server/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.3.1
21+
version: 0.3.3
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to

charts/svix-server/templates/netpol.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,13 @@ spec:
1010
matchLabels:
1111
{{- include "svix.selectorLabels" . | nindent 8 }}
1212
egress:
13+
- to:
14+
- ipBlock:
15+
cidr: 0.0.0.0/0
16+
except:
17+
- 10.0.0.0/8
18+
- 192.168.0.0/16
19+
- 172.16.0.0/20
1320
- to:
1421
- podSelector:
1522
matchLabels:

0 commit comments

Comments
 (0)