Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions chart/templates/uds-package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ spec:
selector:
app: reference-package
port: 8080
description: "SSO Internal"
description: "Keycloak OIDC backend (operator only generates for Authservice clients)"

- direction: Egress
remoteNamespace: istio-tenant-gateway
Expand All @@ -81,7 +81,7 @@ spec:
selector:
app: reference-package
port: 443
description: "SSO External"
description: "Keycloak via tenant gateway for OIDC issuer (operator only generates for Authservice clients)"

# Custom rules for unanticipated scenarios
{{- with .Values.additionalNetworkAllow }}
Expand Down
Loading