Skip to content

Commit

Permalink
Adding auth port in netpol
Browse files Browse the repository at this point in the history
Without the auth port in netpol, the auth api isn't reachable and it's
breaking login.

Signed-off-by: David Vallee Delisle <[email protected]>
  • Loading branch information
valleedelisle committed May 4, 2024
1 parent a49364c commit 64c4cf9
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,7 @@ spec:
protocol: TCP
- port: {{ $.Values.api.role }}
protocol: TCP
- port: {{ $.Values.auth.role }}
protocol: TCP
{{ end }}
{{ end }}

0 comments on commit 64c4cf9

Please sign in to comment.