75 lines
1.7 KiB
YAML
75 lines
1.7 KiB
YAML
---
|
|
global:
|
|
imageRegistry: "nexus.iqser.com:5001"
|
|
imagePullSecrets:
|
|
- nexus
|
|
imagePullPolicy: Always
|
|
|
|
basic:
|
|
realms:
|
|
first:
|
|
realm: ""
|
|
email: ""
|
|
password: ""
|
|
# existingSecret:
|
|
# secretName: "initialization-job-redaction" #redaction is replaced with tenant name
|
|
# secretKey: "INIT_USER_PASSWORD"
|
|
second:
|
|
realm: ""
|
|
email: ""
|
|
password: ""
|
|
# existingSecret:
|
|
# secretName: "initialization-job-redaction" #redaction is replaced with tenant name
|
|
# secretKey: "INIT_USER_PASSWORD"
|
|
runVersion: current
|
|
runController: all
|
|
gatewayPort: 8080
|
|
uiPort: 8080
|
|
uiExternAddress: 'https://qa-ocr3.iqser.cloud/ui/redaction/main/dashboard'
|
|
keycloakDynamicUrl: false
|
|
keycloakURL: ''
|
|
keycloakPort: 443
|
|
runDebugMode: false
|
|
disablePostgres: false
|
|
protractor:
|
|
enabled: false
|
|
dockerTag: 4.0.1
|
|
|
|
dvc:
|
|
address: ""
|
|
host: ""
|
|
user: ""
|
|
sshKey:
|
|
|
|
nextcloud:
|
|
username: ''
|
|
password: ''
|
|
url: 'https://cloud.iqser.com/remote.php/webdav'
|
|
|
|
test:
|
|
metrics:
|
|
enabled: false
|
|
config:
|
|
content_processing_timeout: 10
|
|
warmup_wait_time: 0
|
|
discovery:
|
|
retries: 20
|
|
timeout: 20
|
|
stats: ''
|
|
loadtest:
|
|
users: 10
|
|
duration: 30
|
|
requests: 300
|
|
rps: 10
|
|
infratest:
|
|
iteratons: 180
|
|
duration: 60
|
|
users: 5
|
|
user: 'loadtest1@example.com'
|
|
password: ''
|
|
performancetest:
|
|
wait_time_200_files: '10'
|
|
processing_timeout_200_files: '50'
|
|
run_cleanup: true
|
|
|
|
testsuite_imagetag: "" |