108 lines
3.3 KiB
YAML
108 lines
3.3 KiB
YAML
---
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: documentations-filestream
|
|
namespace: documentations
|
|
spec:
|
|
values:
|
|
services:
|
|
backend:
|
|
deployment:
|
|
replicaCount:
|
|
_default: 3
|
|
image:
|
|
name:
|
|
_default: cr.yandex/crp3ccidau046kdj8g9q/documentations-api-files:prod_54880e92
|
|
envs:
|
|
- name: POSTGRES_ADDRESS
|
|
value:
|
|
_default: postgres-service
|
|
- name: POSTGRES_PORT
|
|
value:
|
|
_default: "5432"
|
|
- name: POSTGRES_DB
|
|
value:
|
|
_default: documentations
|
|
- name: POSTGRES_POOL_SIZE
|
|
value:
|
|
_default: "20"
|
|
- name: API_ADDRESS
|
|
value:
|
|
_default: 0.0.0.0:8080
|
|
- name: API_ADDRESS_FILE
|
|
value:
|
|
_default: 0.0.0.0:8080
|
|
- name: ENABLE_SQL_QUERY
|
|
value:
|
|
_default: "1"
|
|
- name: ENABLE_SSL
|
|
value:
|
|
_default: "0"
|
|
- name: ENABLE_S3
|
|
value:
|
|
_default: "1"
|
|
- name: CONTAINER_REGISTRY
|
|
value:
|
|
_default: cr.yandex/crp3ccidau046kdj8g9q
|
|
- name: ENVIRONMENT
|
|
value:
|
|
_default: production
|
|
- name: HOST
|
|
value:
|
|
_default: http://documentations-service.documentations.svc.cluster.local:8080
|
|
- name: FILE_STREAM_HOST
|
|
value:
|
|
_default: sarex.dsinv.ru
|
|
- name: DOCUMENTATION_URL
|
|
value:
|
|
_default: http://documentations-service.documentations.svc.cluster.local:8080/
|
|
- name: WORKFLOW_URL
|
|
value:
|
|
_default: http://workflows-service.workflow.svc.cluster.local:8000/
|
|
- name: WORKSPACE_URL
|
|
value:
|
|
_default: http://workspaces-service.workspaces.svc.cluster.local:8000/
|
|
- name: BIM_API_URL
|
|
value:
|
|
_default: http://bim-api-service.bim.svc.cluster.local:8080/
|
|
- name: BIM_API_V2_URL
|
|
value:
|
|
_default: http://backend-service.bim.svc.cluster.local:8000/
|
|
- name: WORKSPACE_BUNDLE_VERSION
|
|
value:
|
|
_default: v1
|
|
- name: DJANGO_HOST
|
|
value:
|
|
_default: http://backend.django.svc.cluster.local:8000
|
|
- name: NAMESPACE
|
|
value:
|
|
_default: sarex-documentations
|
|
- name: DJANGO_ORIGINATOR
|
|
value:
|
|
_default: docs_prod
|
|
- name: WORKFLOW_IMAGES_VERSION
|
|
value:
|
|
_default: master
|
|
- name: WORKFLOWS_IMAGES_VERSION
|
|
value:
|
|
_default: master
|
|
- name: DOCUMENT_PUBLIC_LINK_JWT_EXPIRATION_MINUTES
|
|
value:
|
|
_default: "5"
|
|
- name: S3_SERVICE_ACCOUNT
|
|
value:
|
|
_default: /etc/sarex/yc-s3-storage/yc-s3-service-account.json
|
|
- name: READ_WRITE_TIMEOUT_FILE_STREAM
|
|
value:
|
|
_default: 6h
|
|
- name: CACHE_DEFAULT_EXPIRATION
|
|
value:
|
|
_default: 60s
|
|
- name: CACHE_CLEANUP_INTERVAL
|
|
value:
|
|
_default: 60s
|
|
- name: USE_CACHE_IN_FILE_STREAMER
|
|
value:
|
|
_default: "1"
|