++
This commit is contained in:
parent
dbd9e25017
commit
4b9f6869e5
File diff suppressed because it is too large
Load Diff
@ -93,6 +93,12 @@ spec:
|
|||||||
- name: APP_PORT
|
- name: APP_PORT
|
||||||
value:
|
value:
|
||||||
_default: "8000"
|
_default: "8000"
|
||||||
|
- name: ACCESS_LOG
|
||||||
|
value:
|
||||||
|
_default: "true"
|
||||||
|
- name: CORS_ALLOW_HEADERS
|
||||||
|
value:
|
||||||
|
_default: "Content-Type, Accept-Ranges, Content-Range, Content-Encoding"
|
||||||
secretEnvs:
|
secretEnvs:
|
||||||
- name: AWS_ACCESS_KEY_ID
|
- name: AWS_ACCESS_KEY_ID
|
||||||
secretName:
|
secretName:
|
||||||
|
|||||||
@ -34,10 +34,13 @@ spec:
|
|||||||
services:
|
services:
|
||||||
backend:
|
backend:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
serviceAccount:
|
||||||
|
enabled:
|
||||||
|
_default: false
|
||||||
|
|
||||||
image:
|
image:
|
||||||
name:
|
name:
|
||||||
_default: cr.yandex/crp3ccidau046kdj8g9q/documentations:prod_5904312b
|
_default: cr.yandex/crp3ccidau046kdj8g9q/measurements:production_a5bb3e84
|
||||||
pullPolicy:
|
pullPolicy:
|
||||||
_default: IfNotPresent
|
_default: IfNotPresent
|
||||||
|
|
||||||
@ -49,12 +52,16 @@ spec:
|
|||||||
|
|
||||||
replicaCount:
|
replicaCount:
|
||||||
_default: 1
|
_default: 1
|
||||||
stage: 1
|
|
||||||
preprod: 3
|
|
||||||
production: 3
|
|
||||||
|
|
||||||
port:
|
port:
|
||||||
_default: 8080
|
_default: 8000
|
||||||
|
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu:
|
||||||
|
_default: 25m
|
||||||
|
memory:
|
||||||
|
_default: 128Mi
|
||||||
|
|
||||||
probes:
|
probes:
|
||||||
liveness:
|
liveness:
|
||||||
@ -89,6 +96,13 @@ spec:
|
|||||||
|
|
||||||
labels:
|
labels:
|
||||||
monitoring: prometheus
|
monitoring: prometheus
|
||||||
|
envs:
|
||||||
|
- name: TRACING_USE
|
||||||
|
value:
|
||||||
|
_default: "false"
|
||||||
|
- name: DJANGO_HOST
|
||||||
|
value:
|
||||||
|
_default: "https://test.sarex.brusnika.tech"
|
||||||
secretEnvs:
|
secretEnvs:
|
||||||
- name: S3_JSON_SETTINGS
|
- name: S3_JSON_SETTINGS
|
||||||
secretName:
|
secretName:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user