Skip to content

Commit

Permalink
fix: remove dagster reference
Browse files Browse the repository at this point in the history
  • Loading branch information
daniejoh committed Nov 26, 2024
1 parent e00c242 commit 9ada057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/kubernetes/routing.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local hostMatch = std.extVar('hostMatch');
entryPoints: ['websecure'],
routes: [{
kind: 'Rule',
match: 'Host(`' + hostMatch + '`) && PathPrefix(`/dagster`)',
match: 'Host(`' + hostMatch + '`)',
services: [{
kind: 'Service',
name: 'developer-portal',
Expand Down

0 comments on commit 9ada057

Please sign in to comment.