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
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ spec:
- group: gateway.networking.k8s.io
kind: HTTPRoute
namespace: opencost
# The Policy Reporter UI HTTPRoute (policy-reporter) backends to the
# oauth2-proxy Service for SSO. Prod-only (the app ships only via the hetzner
# overlay); inert on local/CI where the policy-reporter namespace has no HTTPRoute.
- group: gateway.networking.k8s.io
kind: HTTPRoute
namespace: policy-reporter
# Hetzner-only: the Longhorn UI HTTPRoute (longhorn-system) backends to the
# oauth2-proxy Service for SSO. Inert on local/CI where longhorn-system has
# no HTTPRoute.
Expand Down