Skip to content

Commit

Permalink
fix ingress paths
Browse files Browse the repository at this point in the history
  • Loading branch information
moabu committed Mar 26, 2020
1 parent b3b121e commit 15ec4a0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ spec:
- host: {{ . | quote }}
http:
paths:
- path: /.well-known/fido-configuration
- path: /.well-known/fido-configuration
backend:
serviceName: oxauth
servicePort: 8080
Expand Down Expand Up @@ -301,7 +301,7 @@ spec:
- host: {{ . | quote }}
http:
paths:
- path: /.well-known/fido2-configuration
- path: /.well-known/fido2-configuration
backend:
serviceName: oxauth
servicePort: 8080
Expand Down

0 comments on commit 15ec4a0

Please sign in to comment.