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 - name: HTTP_APP_ROOT_PATH
value: /checklists value: /checklists
- name: HTTP_APP_WORKERS - name: HTTP_APP_WORKERS
value: "8" value: "1"
- name: HTTP_APP_ADMIN_ENABLE - name: HTTP_APP_ADMIN_ENABLE
value: "true" value: "true"
- name: JWT_AUTH_ENABLE - name: JWT_AUTH_ENABLE

View File

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