Skip to content

Commit ef9ed86

Browse files
committed
ci: fix hosts
1 parent 5e12b65 commit ef9ed86

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/workflows/docker-ods-ui.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,17 @@ jobs:
122122
- secretName: ${{ steps.vars.outputs.branch }}-prev-tls
123123
hosts:
124124
- ${{ steps.vars.outputs.branch }}.piveau-ln-preview.zazukoians.org
125+
rules:
126+
- host: ${{ steps.vars.outputs.branch }}.piveau-ln-preview.zazukoians.org
127+
http:
128+
paths:
129+
- path: /
130+
pathType: Prefix
131+
backend:
132+
service:
133+
name: piveau-ui
134+
port:
135+
name: http
125136
EOF
126137
)"
127138
kustomize edit set image "ghcr.io/opendata-swiss/ods-ui=ghcr.io/opendata-swiss/ods-ui:sha-${{ steps.vars.outputs.short_sha }}"

0 commit comments

Comments
 (0)