186 lines
4.4 KiB
YAML
186 lines
4.4 KiB
YAML
---
|
|
# standalone HelmRelease — base vault-native, в ugok Vault не используется.
|
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
|
kind: HelmRelease
|
|
metadata:
|
|
name: backend
|
|
namespace: workspaces
|
|
|
|
spec:
|
|
interval: 10m
|
|
|
|
chart:
|
|
spec:
|
|
chart: universal-chart
|
|
version: "0.1.9"
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: yc-oci-charts
|
|
namespace: flux-system
|
|
interval: 10m
|
|
|
|
install:
|
|
remediation:
|
|
retries: 3
|
|
|
|
upgrade:
|
|
remediation:
|
|
retries: 3
|
|
|
|
values:
|
|
global:
|
|
env: _default
|
|
|
|
services:
|
|
backend:
|
|
enabled: true
|
|
|
|
image:
|
|
name:
|
|
_default: 10.4.10.187:80/library/workspaces:production_bfd943b2
|
|
pullPolicy:
|
|
_default: IfNotPresent
|
|
|
|
deployment:
|
|
enabled: true
|
|
|
|
name:
|
|
_default: workspaces-api
|
|
|
|
replicaCount:
|
|
_default: 1
|
|
|
|
port:
|
|
_default: 8000
|
|
|
|
resources:
|
|
requests:
|
|
cpu:
|
|
_default: 25m
|
|
memory:
|
|
_default: 100Mi
|
|
|
|
probes:
|
|
liveness:
|
|
enabled:
|
|
_default: true
|
|
type:
|
|
_default: httpGet
|
|
httpGet:
|
|
path:
|
|
_default: /ping
|
|
port:
|
|
_default: 8000
|
|
initialDelaySeconds:
|
|
_default: 10
|
|
periodSeconds:
|
|
_default: 60
|
|
failureThreshold:
|
|
_default: 10
|
|
readiness:
|
|
enabled:
|
|
_default: true
|
|
type:
|
|
_default: httpGet
|
|
httpGet:
|
|
path:
|
|
_default: /ping
|
|
port:
|
|
_default: 8000
|
|
initialDelaySeconds:
|
|
_default: 5
|
|
periodSeconds:
|
|
_default: 5
|
|
failureThreshold:
|
|
_default: 20
|
|
|
|
service:
|
|
enabled: true
|
|
|
|
name:
|
|
_default: backend-svc
|
|
|
|
type:
|
|
_default: ClusterIP
|
|
|
|
port:
|
|
_default: 8000
|
|
|
|
targetPort:
|
|
_default: 8000
|
|
|
|
portName:
|
|
_default: http
|
|
|
|
envs:
|
|
- name: POSTGRES_POOL_SIZE
|
|
value:
|
|
_default: "3"
|
|
- name: BUNDLES_RETRY_COUNT
|
|
value:
|
|
_default: "5"
|
|
- name: BUNDLES_NJOBS
|
|
value:
|
|
_default: "5"
|
|
- name: API_ADDRESS
|
|
value:
|
|
_default: 0.0.0.0:8000
|
|
- name: NAMESPACE
|
|
value:
|
|
_default: workspaces
|
|
- name: ENABLE_SQL_QUERY
|
|
value:
|
|
_default: "0"
|
|
- name: ENABLE_SSL
|
|
value:
|
|
_default: "0"
|
|
- name: DOCUMENTATION_HOST
|
|
value:
|
|
_default: http://documentations-api.documentations.svc.cluster.local:8080
|
|
- name: DOCUMENTATION_LOGGER_FEATURE
|
|
value:
|
|
_default: "0"
|
|
- name: DOCUMENTATION_ORIGINATOR
|
|
value:
|
|
_default: prod_ws
|
|
- name: ENVIRONMENT
|
|
value:
|
|
_default: prod
|
|
- name: DJANGO_HOST
|
|
value:
|
|
_default: http://backend.django.svc.cluster.local:8000
|
|
- name: DJANGO_ORIGINATOR
|
|
value:
|
|
_default: docs_prod
|
|
|
|
secretEnvs:
|
|
- name: POSTGRES_ADDRESS
|
|
secretName:
|
|
_default: workspaces-postgresql-secret
|
|
secretKey: hostname
|
|
- name: POSTGRES_PORT
|
|
secretName:
|
|
_default: workspaces-postgresql-secret
|
|
secretKey: port
|
|
- name: POSTGRES_DB
|
|
secretName:
|
|
_default: workspaces-postgresql-secret
|
|
secretKey: database
|
|
- name: POSTGRES_USER
|
|
secretName:
|
|
_default: workspaces-postgresql-secret
|
|
secretKey: username
|
|
- name: POSTGRES_PASSWORD
|
|
secretName:
|
|
_default: workspaces-postgresql-secret
|
|
secretKey: password
|
|
- name: DJANGO_BASIC_AUTH
|
|
secretName:
|
|
_default: workspaces-django-auth
|
|
secretKey: key
|
|
|
|
commitSha: ""
|
|
gitlabUri: ""
|
|
gitlabJobUrl: ""
|
|
owner: ""
|