Skip to content

Commit

Permalink
fix incorrect restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Aug 27, 2024
1 parent 92f9f29 commit a36a1e3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions charts/vaas/templates/gateway/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,6 @@ spec:
- Egress
ingress:
- from:
- podSelector:
matchLabels:
app.kubernetes.io/name: gateway
ports:
- port: 8080 # Upload
- port: 9090 # Websocket
Expand Down
2 changes: 1 addition & 1 deletion charts/vaas/templates/gdscan/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ spec:
- from:
- podSelector:
matchLabels:
app.kubernetes.io/name: gdscan
app.kubernetes.io/name: gateway
ports:
- port: 8080 # Upload
{{- end }}
3 changes: 1 addition & 2 deletions helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,4 @@ VALUES_FILE=$1
helm dep up charts/vaas
helm lint charts/vaas -f $VALUES_FILE
helm template charts/vaas -f $VALUES_FILE
helm uninstall vaas -n vaas
helm install vaas charts/vaas -f $VALUES_FILE -n vaas --create-namespace
helm upgrade --install vaas charts/vaas -f $VALUES_FILE -n vaas --create-namespace

0 comments on commit a36a1e3

Please sign in to comment.