diff --git a/Chart.yaml b/Chart.yaml index 3ff6585..c307366 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -1,6 +1,6 @@ name: testsuite apiVersion: v2 -version: 4.0.0-118 +version: 4.0.0-119 appVersion: 4.0.0-104 description: The one and only gin-testsuite home: https://knecon.com diff --git a/templates/testsuite-pod.yaml b/templates/testsuite-pod.yaml index f34289e..b7ff330 100644 --- a/templates/testsuite-pod.yaml +++ b/templates/testsuite-pod.yaml @@ -110,6 +110,10 @@ spec: value: {{ .Values.test.config.loadtest.rps | quote }} - name: LOADTEST_DURATION value: {{ .Values.test.config.loadtest.duration | quote }} + - name: DEBUG_FILE + value: { { .Values.test.config.debug.file | quote } } + - name: DEBUG_DOSSIER + value: { { .Values.test.config.debug.dossier | quote } } - name: INFRA_USER value: {{ .Values.test.config.infratest.user | quote }} - name: INFRA_PASSWORD @@ -158,7 +162,7 @@ spec: - name: UI_HOST value: {{ .Values.basic.uiHost | quote }} - name: RUN_LOCALLY - value: {{ .Values.basic.runLocally | quote }} + value: {{ .Values.basic.runLocally | quote }} resources: limits: cpu: "2000m" @@ -178,4 +182,4 @@ spec: defaultMode: 0400 secretName: ssh-keys-dvc {{- end }} -{{- end }} \ No newline at end of file +{{- end }} diff --git a/testanswers/redactmanager/answers-debug.yml b/testanswers/redactmanager/answers-debug.yml index e80b37a..8b87d83 100644 --- a/testanswers/redactmanager/answers-debug.yml +++ b/testanswers/redactmanager/answers-debug.yml @@ -12,7 +12,7 @@ email: 'admin@example.com' password: 'JY9FGedkjL4APfg3qku8CuvwP9R3j5!' runVersion: debug - runController: security-v2 + runController: debug gatewayPort: 8080 keycloakDynamicUrl: true keycloakPort: 443 @@ -81,3 +81,6 @@ duration: '10' smoketest: warmupWaitTime: '30' + debug: + file: 'huge/Rules_File_500MB.pdf' + dossier: 'performance_project_huge'