Merge branch 'uianswers2' into 'main'
Update answerfile and testsuite-pod See merge request redactmanager/qa/helm!40
This commit is contained in:
commit
c81557cf65
@ -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"
|
||||
|
||||
@ -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'
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user