Merge remote-tracking branch 'origin/master'

This commit is contained in:
emelinda 2026-04-24 17:33:26 +03:00
commit ec8b323664
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