Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
87667668d1 | ||
|
|
ab04021601 | ||
|
|
176b5810aa | ||
|
|
4368e0c673 | ||
|
|
8b7d05939d | ||
|
|
1d46a5bdaa |
6
Chart.lock
Normal file
6
Chart.lock
Normal file
@ -0,0 +1,6 @@
|
||||
dependencies:
|
||||
- name: mailpit
|
||||
repository: https://jouve.github.io/charts
|
||||
version: 0.18.1
|
||||
digest: sha256:b98d7b2240c5db92c98e7a05079ef2c0d8522a847cdf4a4cdd25d6c0e02e5f30
|
||||
generated: "2024-07-01T15:47:17.121913226+02:00"
|
||||
@ -1,6 +1,6 @@
|
||||
name: testsuite
|
||||
apiVersion: v2
|
||||
version: 4.1.0-0
|
||||
version: 4.0.1-0
|
||||
appVersion: 4.0.0-110
|
||||
description: The one and only gin-testsuite
|
||||
home: https://knecon.com
|
||||
@ -12,4 +12,9 @@ maintainers:
|
||||
email: lena.maldacker@knecon.com
|
||||
- name: Rosario Allegro
|
||||
email: rosario.allegro@knecon.com
|
||||
dependencies:
|
||||
- name: mailpit
|
||||
version: ~0.18.1
|
||||
repository: https://jouve.github.io/charts
|
||||
condition: mailpit.enabled
|
||||
engine: gotpl
|
||||
|
||||
BIN
charts/mailpit-0.18.1.tgz
Normal file
BIN
charts/mailpit-0.18.1.tgz
Normal file
Binary file not shown.
@ -48,8 +48,6 @@ spec:
|
||||
value: {{ .Values.basic.runVersion | quote }}
|
||||
- name: RUN_CONTROLLER
|
||||
value: {{ .Values.basic.runController | quote }}
|
||||
- name: GATEWAY_PORT
|
||||
value: {{ .Values.basic.gatewayPort | quote }}
|
||||
- name: RUN_DEBUG_MODE
|
||||
value: {{ .Values.basic.runDebugMode | quote }}
|
||||
- name: REALM_1
|
||||
@ -155,8 +153,6 @@ spec:
|
||||
value: {{ .Values.test.config.stats | quote }}
|
||||
- name: ENABLE_METRICS
|
||||
value: {{ .Values.test.metrics.enabled | quote }}
|
||||
- name: UI_HOST
|
||||
value: "ui-service-v1"
|
||||
- name: UI_PORT
|
||||
value: {{ .Values.basic.uiPort | quote }}
|
||||
- name: UI_HOST
|
||||
|
||||
@ -46,8 +46,6 @@ spec:
|
||||
value: {{ .Values.basic.runVersion | quote }}
|
||||
- name: RUN_CONTROLLER
|
||||
value: {{ .Values.basic.runController | quote }}
|
||||
- name: GATEWAY_PORT
|
||||
value: {{ .Values.basic.gatewayPort | quote }}
|
||||
- name: RUN_DEBUG_MODE
|
||||
value: {{ .Values.basic.runDebugMode | quote }}
|
||||
- name: REALM_1
|
||||
|
||||
@ -1,14 +1,13 @@
|
||||
---
|
||||
basic:
|
||||
namespace:
|
||||
server: documine
|
||||
server: redaction
|
||||
realms:
|
||||
first:
|
||||
realm: 'documine1'
|
||||
email: 'admin@example.com'
|
||||
password: 'JY9FGedkjL4APfg3qku8CuvwP9R3j5!'
|
||||
runProduct: documine
|
||||
runVersion: latest
|
||||
runVersion: stable_v2
|
||||
runController: "dm-startup"
|
||||
gatewayPort: 8080
|
||||
keycloakDynamicUrl: true
|
||||
|
||||
File diff suppressed because one or more lines are too long
83
testanswers/redactmanager/answers-base.yml
Normal file
83
testanswers/redactmanager/answers-base.yml
Normal file
File diff suppressed because one or more lines are too long
86
testanswers/redactmanager/answers-debug.yml
Normal file
86
testanswers/redactmanager/answers-debug.yml
Normal file
File diff suppressed because one or more lines are too long
83
testanswers/redactmanager/answers-failing.yml
Normal file
83
testanswers/redactmanager/answers-failing.yml
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
73
testanswers/redactmanager/answers-infra1.yml
Normal file
73
testanswers/redactmanager/answers-infra1.yml
Normal file
File diff suppressed because one or more lines are too long
84
testanswers/redactmanager/answers-infra2.yml
Normal file
84
testanswers/redactmanager/answers-infra2.yml
Normal file
File diff suppressed because one or more lines are too long
18
testanswers/redactmanager/answers-license.yml
Normal file
18
testanswers/redactmanager/answers-license.yml
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
basic:
|
||||
runVersion: license_test
|
||||
runController: license_test
|
||||
gatewayPort: 8080
|
||||
keycloakDynamicUrl: true
|
||||
keycloakPort: 443
|
||||
disablePostgres: false
|
||||
runDebugMode: false
|
||||
test:
|
||||
metrics:
|
||||
enabled: false
|
||||
config:
|
||||
content_processing_timeout: '10'
|
||||
warmup_wait_time: '0'
|
||||
discovery:
|
||||
retries: '20'
|
||||
timeout: '20'
|
||||
81
testanswers/redactmanager/answers-load.yml
Normal file
81
testanswers/redactmanager/answers-load.yml
Normal file
File diff suppressed because one or more lines are too long
84
testanswers/redactmanager/answers-openshift.yml
Normal file
84
testanswers/redactmanager/answers-openshift.yml
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
74
testanswers/redactmanager/answers-scm.yml
Normal file
74
testanswers/redactmanager/answers-scm.yml
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -85,3 +85,6 @@
|
||||
debug:
|
||||
file: 'huge/Rules_File_500MB.pdf'
|
||||
dossier: 'performance_project_huge'
|
||||
|
||||
mailpit:
|
||||
enabled: false
|
||||
Loading…
x
Reference in New Issue
Block a user