Skip to content

Commit

Permalink
Remove duplicate /dashboard ingress path (#23)
Browse files Browse the repository at this point in the history
This fixes /cauth and SSO with oauth2-proxy
  • Loading branch information
bodom0015 authored Feb 6, 2021
1 parent 072ede9 commit 486d070
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,6 @@ spec:
name: {{ .Release.Name }}
port:
number: 80
- path: /dashboard
pathType: Prefix
backend:
service:
name: {{ .Release.Name }}
port:
number: 80
- path: /cauth
pathType: Prefix
backend:
Expand Down

0 comments on commit 486d070

Please sign in to comment.