Новый тестирующий модуль

This commit is contained in:
2025-11-02 21:08:59 +03:00
parent e7e3cb8c23
commit ed53bc8658
4 changed files with 12 additions and 4 deletions

View File

@@ -39,10 +39,15 @@ spec:
secretKeyRef:
name: {{ .Values.s3.secretName | quote }}
key: {{ required "secret-key-ref!" .Values.s3.secretKeyRef | quote }}
- name: SUBMIT_CALLBACK_SECRET
valueFrom:
secretKeyRef:
name: {{ .Values.tester.secretName | quote }}
key: {{ required "secret-key-ref!" .Values.tester.secretKeyRef | quote }}
- name: TESTING_MODULE_URL
value: http://{{ .Release.Name }}-testing-module-gateway-service/api/tester/submit
- name: SERVICE_BASE_URL
value: {{ .Release.Name }}-backend-service
value: http://{{ .Release.Name }}-backend-service
- name: PG_URI
valueFrom:
secretKeyRef:

View File

@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: {{ .Release.Name }}-testing-module-gateway
image: git.nullptr.top/liquidcode/liquidcode-tester-gateway:latest
image: git.nullptr.top/liquidcode/liquidcode-tester-gateway-roman:latest
imagePullPolicy: Always
ports:
- containerPort: 8080

View File

@@ -19,7 +19,7 @@ spec:
spec:
containers:
- name: {{ .Release.Name }}-testing-module-worker
image: git.nullptr.top/liquidcode/liquidcode-tester-worker:latest
image: git.nullptr.top/liquidcode/liquidcode-tester-worker-roman:latest
imagePullPolicy: Always
ports:
- containerPort: 8080

View File

@@ -5,12 +5,15 @@ s3:
secretKeyRef: ACCESS_SECRET_KEY
privateBucket: liquid-code
publicBucket: liquid-code-public
tester:
secretName: tester-callback
secretKeyRef: SUBMIT_CALLBACK_SECRET
jwt:
secretName: jwt-secrets
database:
secretName: liquid-db-app
migrateDb: true
dropDb: false
dropDb: true
frontend:
enable: true
testingModule: