Skip to content

Commit d1dabf9

Browse files
authored
Merge pull request #124 from holaplex/mpw/gw-netpol-allow-nfts-polygon
allow traffic to hub-nfts-polygon indexer
2 parents 04cd8bb + 9c51e02 commit d1dabf9

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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.3
21+
version: 0.23.4
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: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@ spec:
2222
ports:
2323
- port: 3000
2424
protocol: TCP
25+
- to:
26+
- podSelector:
27+
matchLabels:
28+
app.kubernetes.io/name: hub-nfts-polygon
29+
app.kubernetes.io/component: indexer
30+
namespaceSelector:
31+
matchLabels:
32+
kubernetes.io/metadata.name: {{ .Values.hubNamespace }}
33+
ports:
34+
- port: 3000
35+
protocol: TCP
2536
- to:
2637
- podSelector:
2738
matchLabels:

0 commit comments

Comments
 (0)