From ab0558524d401cd1361cf7db7b86c02ad83aa154 Mon Sep 17 00:00:00 2001 From: Clemens Zagler Date: Tue, 16 Jul 2024 10:32:12 +0200 Subject: [PATCH] dc/rest-push cicd prod ingress host override --- .github/workflows/dc-rest-push.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/dc-rest-push.yml b/.github/workflows/dc-rest-push.yml index a738ffc..47e83d4 100644 --- a/.github/workflows/dc-rest-push.yml +++ b/.github/workflows/dc-rest-push.yml @@ -113,6 +113,12 @@ jobs: APP_AUTHREALM: "noi" APP_AUTHCLIENTID: "opendatahub-push" APP_RABBITCLIENTNAME: "dc-rest-push" + ingress + tls: + - hosts: + - push.api.opendatahub.com + hosts: + - host: push.api.opendatahub.com EOF # Merge yaml files https://mikefarah.gitbook.io/yq/operators/multiply-merge