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..12f3983 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' 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