Skip to content

Commit

Permalink
fix egress gateway
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Aug 30, 2024
1 parent 733221e commit b824ac4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/vaas/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: vaas
version: 2.1.0
version: 2.1.1
description: Deployment of a Verdict-as-a-Service on-premise instance
maintainers:
- name: G DATA CyberDefense AG
Expand Down
5 changes: 4 additions & 1 deletion charts/vaas/templates/gateway/networkpolicy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ spec:
app.kubernetes.io/name: gdscan
- podSelector:
matchLabels:
app.kubernetes.io/name: mini-identity-provider
app.kubernetes.io/name: mini-identity-provider
- podSelector:
matchLabels:
app.kubernetes.io/name: gateway
ports:
- port: 8080
- to:
Expand Down

0 comments on commit b824ac4

Please sign in to comment.