Skip to content

Commit

Permalink
fix: wrong service name
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Dec 2, 2024
1 parent 8d2f177 commit 3feff9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/base/dagster/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ spec:
- match: Host(`dagster.local.reinthal.cc`) && PathPrefix(`/oauth2/`)
kind: Rule
services:
- name: oauth2-dagster-webui-proxy
- name: oauth2-dagster-webui-proxy-oauth2-proxy
port: 80
# Dagster routes - now going through OAuth2 Proxy instead of directly to Dagster
- match: Host(`dagster.local.reinthal.cc`)
kind: Rule
services:
- name: oauth2-dagster-webui-proxy # Point to OAuth2 proxy instead of Dagster directly
- name: oauth2-dagster-webui-proxy-oauth2-proxy # Point to OAuth2 proxy instead of Dagster directly
port: 80
tls:
secretName: local-reinthal-cc-tls
Expand Down

0 comments on commit 3feff9a

Please sign in to comment.