Correct the oauth2 Service comment to name api-route
ci/woodpecker/pr/vector-test Pipeline was successful
ci/woodpecker/pr/kubeconform Pipeline was successful
ci/woodpecker/pr/pre-commit Pipeline was successful

This commit is contained in:
2026-09-07 14:07:58 +10:00
parent 7a9763e51b
commit 57972e1a9f
+3 -3
View File
@@ -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: