Skip to content

Commit c824435

Browse files
authored
Merge pull request #122 from holaplex/mpw/gw-netpol-update
fix: use from in ingress netpol instead of to
2 parents bcf8c80 + 8327fd2 commit c824435

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/hub-gateway/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.23.1
21+
version: 0.23.2
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/hub-gateway/templates/netpol.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ spec:
1010
matchLabels:
1111
app.kubernetes.io/name: apisix
1212
ingress:
13-
- to: {}
13+
- from: {}
1414
egress:
1515
- to:
1616
- podSelector:

0 commit comments

Comments
 (0)