Skip to content

Commit

Permalink
Merge pull request #89 from Decard6/bugfix/api-port-exposed-in-netpols
Browse files Browse the repository at this point in the history
Issue #88 API port is now exposed in netpols
  • Loading branch information
glothriel authored Jan 15, 2025
2 parents 47557ee + 20d478f commit c45e0d7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions kubernetes/helm/templates/client-networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ metadata:
spec:
ingress:
- ports:
# api
- port: 8082
protocol: TCP
# metrics
- port: 8090
protocol: TCP
Expand Down
3 changes: 3 additions & 0 deletions kubernetes/helm/templates/server-networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ metadata:
spec:
ingress:
- ports:
# api
- port: 8082
protocol: TCP
# metrics
- port: 8090
protocol: TCP
Expand Down

0 comments on commit c45e0d7

Please sign in to comment.