Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
weyrick committed Sep 24, 2021
2 parents 80a6254 + b2e1604 commit 6681161
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/orb/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ spec:
name: {{ .Release.Name }}-users
port:
number: {{ .Values.users.httpPort }}
- path: /(agents|agent_groups/?.*)
- path: /(agents|agent_groups)/?.*
pathType: Prefix
backend:
service:
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
name: {{ .Release.Name }}-auth
port:
number: {{ default .Values.auth.httpPort }}
- path: /api/v1/(agents|agent_groups/?.*)
- path: /api/v1/(agents|agent_groups)/?.*
pathType: Prefix
backend:
service:
Expand Down

0 comments on commit 6681161

Please sign in to comment.