From 2065eeeeeadf8e07678813dfdd135418b38e01d8 Mon Sep 17 00:00:00 2001 From: Nico Mollet Date: Thu, 30 Apr 2026 19:13:11 +0200 Subject: [PATCH 1/2] Update server URL in openapi.yaml --- openapi.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openapi.yaml b/openapi.yaml index edbdf74..6f5c3cc 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10,7 +10,7 @@ externalDocs: description: Notion Documentation url: https://www.notion.so/wpmedia/TB-TT-137d921c1ff947c4a19e9d0a83262e6a?pvs=4 servers: - - url: https://wpm-tbtt.public-default.live1-k8s-cph3.one.com + - url: https://wpm-tbtt.public-default.k8spod1-cph3.ingress.k8s.g1i.one tags: - name: support description: Automation for the support team From 6d947af55388f1ec2aba24321a96bc5cf50e328a Mon Sep 17 00:00:00 2001 From: Nico Mollet Date: Thu, 30 Apr 2026 19:14:11 +0200 Subject: [PATCH 2/2] Update production deployment URL in workflow --- .github/workflows/group.one-deploy-production_v2.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/group.one-deploy-production_v2.yml b/.github/workflows/group.one-deploy-production_v2.yml index 37e1b15..177b072 100644 --- a/.github/workflows/group.one-deploy-production_v2.yml +++ b/.github/workflows/group.one-deploy-production_v2.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest environment: name: production - url: https://wpm-tbtt.default.live1-k8s-cph3.one.com/ + url: https://wpm-tbtt.public-default.k8spod1-cph3.ingress.k8s.g1i.one steps: - name: Check out private action repo uses: actions/checkout@v3