Skip to content

Commit

Permalink
dc/rest-push cicd prod ingress host override
Browse files Browse the repository at this point in the history
  • Loading branch information
clezag committed Jul 16, 2024
1 parent 9df54ac commit f986851
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dc-rest-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,10 +122,10 @@ jobs:
className: nginx
tls:
- hosts:
- push.api.dev.testingmachine.eu
- push.api.opendatahub.com
secretName: tls-rest-push
hosts:
- host: push.api.dev.testingmachine.eu
- host: push.api.opendatahub.com
paths:
- path: "/"
pathType: Prefix
Expand Down

0 comments on commit f986851

Please sign in to comment.