Skip to content

Commit

Permalink
MAybe web was the way to go?
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Marques <[email protected]>
  • Loading branch information
Tylermarques committed Jun 10, 2024
1 parent 37ff9ff commit e9a5a97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifests/dev/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: u-the-bomb-com
spec:
entryPoints:
- websecure
- web
routes:
- kind: Rule
match: Host(`dev.u-the-bomb.com`)
Expand Down
2 changes: 1 addition & 1 deletion manifests/production/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: u-the-bomb-com
spec:
entryPoints:
- websecure
- web
routes:
- kind: Rule
match: Host(`u-the-bomb.com`)
Expand Down

0 comments on commit e9a5a97

Please sign in to comment.