Skip to content

Commit ecfbbd9

Browse files
committed
change ingress host
1 parent 465c773 commit ecfbbd9

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/pr-deploy.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,6 +195,16 @@ jobs:
195195
name: coder
196196
port:
197197
number: 80
198+
- host: "*--pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}"
199+
http:
200+
paths:
201+
- pathType: Prefix
202+
path: "/"
203+
backend:
204+
service:
205+
name: coder
206+
port:
207+
number: 80
198208
EOF
199209
kubectl apply -f ingress.yaml
200210

0 commit comments

Comments
 (0)