Skip to content

Commit

Permalink
Update ingresses by adding host
Browse files Browse the repository at this point in the history
  • Loading branch information
anveshmuppeda committed Mar 24, 2024
1 parent 0875091 commit 2c1d926
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion nginx-ingress/testing/blogging-application/blog-ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ metadata:
spec:
ingressClassName: nginx
rules:
- http:
- # host: "http://<your-domain.com>"
http:
paths:
- # path: /blogz
# The below one is used to manage static files
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ metadata:
spec:
ingressClassName: nginx
rules:
- http:
- # host: "http://<your-domain.com>"
http:
paths:
- path: /streaming/(.*)
pathType: Prefix
Expand Down

0 comments on commit 2c1d926

Please sign in to comment.