From 57972e1a9fd7b5681b7ec82ac3d311ff59a7e80a Mon Sep 17 00:00:00 2001 From: unkin-agent Date: Mon, 7 Sep 2026 14:07:58 +1000 Subject: [PATCH] Correct the oauth2 Service comment to name api-route --- apps/base/artifactapi/services.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/apps/base/artifactapi/services.yaml b/apps/base/artifactapi/services.yaml index f42a84e..446499f 100644 --- a/apps/base/artifactapi/services.yaml +++ b/apps/base/artifactapi/services.yaml @@ -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: