From 036d2fb1de093649c873def67b0ef4b284dcad14 Mon Sep 17 00:00:00 2001 From: Andrei0123 Date: Thu, 16 Nov 2023 13:59:30 +0200 Subject: [PATCH] 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'