++
This commit is contained in:
parent
b5d9d17550
commit
f43c9b7e1c
@ -136,6 +136,14 @@ spec:
|
||||
value:
|
||||
_default: "5"
|
||||
|
||||
- name: ENABLE_SIGNATURE_IN_URL
|
||||
value:
|
||||
_default: "true"
|
||||
|
||||
- name: ENABLE_AUTH_JWT_IN_URL
|
||||
value:
|
||||
_default: "false"
|
||||
|
||||
- name: ENABLE_SQL_QUERY
|
||||
value:
|
||||
_default: "0"
|
||||
@ -261,6 +269,11 @@ spec:
|
||||
_default: "public-key"
|
||||
secretKey: "key"
|
||||
|
||||
- name: SIGNATURE_SECRET_KEY
|
||||
secretName:
|
||||
_default: "documentations-download-secret"
|
||||
secretKey: "secret"
|
||||
|
||||
- name: DOCUMENT_PUBLIC_LINK_JWT_SECRET
|
||||
secretName:
|
||||
_default: "yc-jwt-secret"
|
||||
|
||||
@ -37,7 +37,7 @@ spec:
|
||||
|
||||
image:
|
||||
name:
|
||||
_default: cr.yandex/crp3ccidau046kdj8g9q/documentations-api-files:prod_75a908b1
|
||||
_default: cr.yandex/crp3ccidau046kdj8g9q/documentations-api-files:prod_2610e3b7
|
||||
pullPolicy:
|
||||
_default: IfNotPresent
|
||||
|
||||
@ -140,6 +140,14 @@ spec:
|
||||
value:
|
||||
_default: "redis"
|
||||
|
||||
- name: ENABLE_SIGNATURE_IN_URL
|
||||
value:
|
||||
_default: "true"
|
||||
|
||||
- name: ENABLE_AUTH_JWT_IN_URL
|
||||
value:
|
||||
_default: "false"
|
||||
|
||||
- name: API_ADDRESS_FILE
|
||||
value:
|
||||
_default: "0.0.0.0:8080"
|
||||
@ -275,6 +283,11 @@ spec:
|
||||
_default: "postgres-secret"
|
||||
secretKey: "password"
|
||||
|
||||
- name: SIGNATURE_SECRET_KEY
|
||||
secretName:
|
||||
_default: "documentations-download-secret"
|
||||
secretKey: "secret"
|
||||
|
||||
- name: DJANGO_BASIC_AUTH
|
||||
secretName:
|
||||
_default: "django-auth"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user