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 - 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