We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e12b65 commit ef9ed86Copy full SHA for ef9ed86
.github/workflows/docker-ods-ui.yaml
@@ -122,6 +122,17 @@ jobs:
122
- secretName: ${{ steps.vars.outputs.branch }}-prev-tls
123
hosts:
124
- ${{ 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
136
EOF
137
)"
138
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