Correct the oauth2 Service comment to name api-route
This commit is contained in:
@@ -16,9 +16,9 @@ spec:
|
||||
sessionAffinity: None
|
||||
type: ClusterIP
|
||||
---
|
||||
# Authenticated front door for the web UI only: the ui-route HTTPRoute sends
|
||||
# /ui and /oauth2 here, oauth2-proxy authenticates and forwards to the ui
|
||||
# Service. The api Service above is reached directly and stays unauthenticated.
|
||||
# Authenticated front door for the web UI only: api-route sends /ui and /oauth2
|
||||
# here, oauth2-proxy authenticates and forwards to the ui Service. Every other
|
||||
# path reaches the api Service above directly and stays unauthenticated.
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
|
||||
Reference in New Issue
Block a user