checklists

This commit is contained in:
Kochetkov S 2026-04-24 17:29:36 +03:00
parent 0cb6221397
commit 538663308c
2 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ spec:
- name: HTTP_APP_ROOT_PATH
value: /checklists
- name: HTTP_APP_WORKERS
value: "8"
value: "1"
- name: HTTP_APP_ADMIN_ENABLE
value: "true"
- name: JWT_AUTH_ENABLE

View File

@ -3,11 +3,11 @@ apiVersion: v1
kind: Service
metadata:
name: rfi-backend-api-svc
namespace: rfi
namespace: checklists
spec:
type: ClusterIP
selector:
app: rfi-backend-api
app: checklists-backend
ports:
- name: http
port: 80