File tree 1 file changed +13
-2
lines changed 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -165,18 +165,29 @@ jobs:
165
165
name: pr${{ env.PR_NUMBER }}
166
166
namespace: pr${{ env.PR_NUMBER }}
167
167
annotations:
168
- cert-manager.io/cluster-issuer: letsencrypt-prod
168
+ cert-manager.io/cluster-issuer: letsencrypt
169
169
spec:
170
170
tls:
171
171
- hosts:
172
172
- "pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}"
173
+ - "*--pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}"
173
174
secretName: pr${{ env.PR_NUMBER }}-tls
174
175
rules:
175
176
- host: "pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}"
176
177
http:
177
178
paths:
178
179
- pathType: Prefix
179
- path: /
180
+ path: "/"
181
+ backend:
182
+ service:
183
+ name: coder
184
+ port:
185
+ number: 80
186
+ - host: "*--pr${{ env.PR_NUMBER }}.${{ secrets.PR_DEPLOYMENTS_DOMAIN }}"
187
+ http:
188
+ paths:
189
+ - pathType: Prefix
190
+ path: "/"
180
191
backend:
181
192
service:
182
193
name: coder
You can’t perform that action at this time.
0 commit comments