From 036d2fb1de093649c873def67b0ef4b284dcad14 Mon Sep 17 00:00:00 2001 From: Andrei0123 Date: Thu, 16 Nov 2023 13:59:30 +0200 Subject: [PATCH 1/3] Update answerfile and testsuite-pod --- templates/testsuite-pod.yaml | 6 ++++-- testanswers/answers-ui.yml | 13 +++++++------ 2 files changed, 11 insertions(+), 8 deletions(-) diff --git a/templates/testsuite-pod.yaml b/templates/testsuite-pod.yaml index 655cc63..5ba91cb 100644 --- a/templates/testsuite-pod.yaml +++ b/templates/testsuite-pod.yaml @@ -154,8 +154,10 @@ spec: value: "ui-service-v1" - name: UI_PORT value: {{ .Values.basic.uiPort | quote }} - - name: UI_EXTERN_ADDRESS - value: {{ .Values.basic.uiExternAddress | quote }} + - name: UI_HOST + value: {{ .Values.basic.uiHost | quote }} + - name: RUN_LOCALLY + value: {{ .Values.basic.runLocally | quote }} resources: limits: cpu: "2000m" diff --git a/testanswers/answers-ui.yml b/testanswers/answers-ui.yml index ea07efb..2c4d517 100644 --- a/testanswers/answers-ui.yml +++ b/testanswers/answers-ui.yml @@ -9,11 +9,12 @@ password: 'JY9FGedkjL4APfg3qku8CuvwP9R3j5!' gatewayPort: 8080 uiPort: 8080 - uiExternAddress: 'https://ui-test.iqser.cloud/ui/' + uiHost: 'ui-service-v1' keycloakDynamicUrl: true + runLocally: false nexus: - user: 'automated-tests' - pw: '58&bSTwaSDzsMW4K' - address: 'https://nexus.knecon.com/' - repository: 'qa-testdata' - group: '/ui-test-file' + nexus_user: '' + nexus_pw: '' + nexus_address: 'https://nexus.knecon.com/' + nexus_repository: 'qa-testdata' + nexus_group: '/ui-test-file' From 5e689adf65ed6c85aa14312cf0705d8fe919f65a Mon Sep 17 00:00:00 2001 From: Kevin Tumma Date: Fri, 17 Nov 2023 11:25:15 +0100 Subject: [PATCH 2/3] Add Values in the Values file --- values.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/values.yaml b/values.yaml index b6379e0..a2e551b 100644 --- a/values.yaml +++ b/values.yaml @@ -25,12 +25,13 @@ runController: all gatewayPort: 8080 uiPort: 8080 - uiExternAddress: 'https://qa-ocr3.knecon.cloud/ui/redaction/main/dashboard' + uiHost: 'ui-service-v1' keycloakDynamicUrl: false keycloakURL: '' keycloakPort: 443 runDebugMode: false disablePostgres: false + runLocally: false protractor: enabled: false dockerTag: 4.0.1 From c4505f9931cfa9800567659b9492eb675b506114 Mon Sep 17 00:00:00 2001 From: Lena Maldacker Date: Thu, 23 Nov 2023 09:18:35 +0100 Subject: [PATCH 3/3] Update group in answers-ui.yml --- testanswers/answers-ui.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testanswers/answers-ui.yml b/testanswers/answers-ui.yml index 2c4d517..12f3983 100644 --- a/testanswers/answers-ui.yml +++ b/testanswers/answers-ui.yml @@ -17,4 +17,4 @@ nexus_pw: '' nexus_address: 'https://nexus.knecon.com/' nexus_repository: 'qa-testdata' - nexus_group: '/ui-test-file' + nexus_group: '/ui'