File tree Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Expand file tree Collapse file tree 1 file changed +0
-37
lines changed Original file line number Diff line number Diff line change @@ -209,43 +209,6 @@ jobs:
209
209
echo "Certificate exists."
210
210
fi
211
211
212
- - name : Setup ingress
213
- run : |
214
- cat <<EOF > kubectl apply -f -
215
- apiVersion: networking.k8s.io/v1
216
- kind: Ingress
217
- metadata:
218
- name: pr${{ env.PR_NUMBER }}
219
- namespace: pr${{ env.PR_NUMBER }}
220
- spec:
221
- tls:
222
- - hosts:
223
- - "${{ env.PR_DEPLOYMENT_ACCESS_URL }}"
224
- - "*.${{ env.PR_DEPLOYMENT_ACCESS_URL }}"
225
- secretName: pr${{ env.PR_NUMBER }}-tls
226
- rules:
227
- - host: "${{ env.PR_DEPLOYMENT_ACCESS_URL }}"
228
- http:
229
- paths:
230
- - pathType: Prefix
231
- path: "/"
232
- backend:
233
- service:
234
- name: coder
235
- port:
236
- number: 80
237
- - host: "*.${{ env.PR_DEPLOYMENT_ACCESS_URL }}"
238
- http:
239
- paths:
240
- - pathType: Prefix
241
- path: "/"
242
- backend:
243
- service:
244
- name: coder
245
- port:
246
- number: 80
247
- EOF
248
-
249
212
- name : Set up PostgreSQL database
250
213
run : |
251
214
helm repo add bitnami https://charts.bitnami.com/bitnami
You can’t perform that action at this time.
0 commit comments