++
This commit is contained in:
parent
39313a3dd5
commit
b5af098bda
@ -129,6 +129,20 @@ spec:
|
|||||||
- key: production.py
|
- key: production.py
|
||||||
path:
|
path:
|
||||||
_default: production.py
|
_default: production.py
|
||||||
|
- name: kafka-cert
|
||||||
|
mountPath:
|
||||||
|
_default: /etc/ca-certificates/Yandex/YandexInternalRootCA.crt
|
||||||
|
subPath:
|
||||||
|
_default: YandexInternalRootCA.crt
|
||||||
|
readOnly:
|
||||||
|
_default: true
|
||||||
|
configMap:
|
||||||
|
name:
|
||||||
|
_default: kafka-cert
|
||||||
|
items:
|
||||||
|
- key: YandexInternalRootCA.crt
|
||||||
|
path:
|
||||||
|
_default: YandexInternalRootCA.crt
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
monitoring: prometheus
|
monitoring: prometheus
|
||||||
@ -170,6 +184,33 @@ spec:
|
|||||||
value:
|
value:
|
||||||
_default: "redis-service"
|
_default: "redis-service"
|
||||||
|
|
||||||
|
|
||||||
|
- name: SERVER_KAFKA_ENABLED
|
||||||
|
value:
|
||||||
|
_default: "True"
|
||||||
|
|
||||||
|
|
||||||
|
- name: KAFKA_TOPICS
|
||||||
|
value:
|
||||||
|
_default: '{"planning": "message-hub-stage", "ams-sync": "ams-sync"}'
|
||||||
|
|
||||||
|
|
||||||
|
- name: KAFKA_BOOTSTRAP_SERVERS
|
||||||
|
value:
|
||||||
|
_default: '["brusnika-stage-kafka-bootstrap.kafka.svc.cluster.local:9093"]'
|
||||||
|
|
||||||
|
- name: KAFKA_SECURITY_PROTOCOL
|
||||||
|
value:
|
||||||
|
_default: "SSL"
|
||||||
|
|
||||||
|
- name: KAFKA_SASL_MECHANISM
|
||||||
|
value:
|
||||||
|
_default: "SCRAM-SHA-512"
|
||||||
|
|
||||||
|
- name: KAFKA_SSL_CAFILE
|
||||||
|
value:
|
||||||
|
_default: "/etc/ca-certificates/Yandex/YandexInternalRootCA.crt"
|
||||||
|
|
||||||
- name: DJANGO_REDIS_PORT
|
- name: DJANGO_REDIS_PORT
|
||||||
value:
|
value:
|
||||||
_default: "6379"
|
_default: "6379"
|
||||||
@ -295,6 +336,16 @@ spec:
|
|||||||
_default: "jwt-secret-superset"
|
_default: "jwt-secret-superset"
|
||||||
secretKey: "jwt_secret"
|
secretKey: "jwt_secret"
|
||||||
|
|
||||||
|
- name: KAFKA_SASL_PLAIN_USERNAME
|
||||||
|
secretName:
|
||||||
|
_default: "kafka-secret"
|
||||||
|
secretKey: "username"
|
||||||
|
|
||||||
|
- name: KAFKA_SASL_PLAIN_PASSWORD
|
||||||
|
secretName:
|
||||||
|
_default: "kafka-secret"
|
||||||
|
secretKey: "password"
|
||||||
|
|
||||||
- name: KC_CLIENT_ID
|
- name: KC_CLIENT_ID
|
||||||
secretName:
|
secretName:
|
||||||
_default: "gatekeeper-secret"
|
_default: "gatekeeper-secret"
|
||||||
|
|||||||
@ -113,6 +113,20 @@ spec:
|
|||||||
- key: production.py
|
- key: production.py
|
||||||
path:
|
path:
|
||||||
_default: production.py
|
_default: production.py
|
||||||
|
- name: kafka-cert
|
||||||
|
mountPath:
|
||||||
|
_default: /etc/ca-certificates/Yandex/YandexInternalRootCA.crt
|
||||||
|
subPath:
|
||||||
|
_default: YandexInternalRootCA.crt
|
||||||
|
readOnly:
|
||||||
|
_default: true
|
||||||
|
configMap:
|
||||||
|
name:
|
||||||
|
_default: kafka-cert
|
||||||
|
items:
|
||||||
|
- key: YandexInternalRootCA.crt
|
||||||
|
path:
|
||||||
|
_default: YandexInternalRootCA.crt
|
||||||
|
|
||||||
labels:
|
labels:
|
||||||
monitoring: prometheus
|
monitoring: prometheus
|
||||||
@ -134,6 +148,32 @@ spec:
|
|||||||
value:
|
value:
|
||||||
_default: "0"
|
_default: "0"
|
||||||
|
|
||||||
|
- name: SERVER_KAFKA_ENABLED
|
||||||
|
value:
|
||||||
|
_default: "True"
|
||||||
|
|
||||||
|
|
||||||
|
- name: KAFKA_TOPICS
|
||||||
|
value:
|
||||||
|
_default: '{"planning": "message-hub-stage", "ams-sync": "ams-sync"}'
|
||||||
|
|
||||||
|
|
||||||
|
- name: KAFKA_BOOTSTRAP_SERVERS
|
||||||
|
value:
|
||||||
|
_default: '["brusnika-stage-kafka-bootstrap.kafka.svc.cluster.local:9093"]'
|
||||||
|
|
||||||
|
- name: KAFKA_SECURITY_PROTOCOL
|
||||||
|
value:
|
||||||
|
_default: "SSL"
|
||||||
|
|
||||||
|
- name: KAFKA_SASL_MECHANISM
|
||||||
|
value:
|
||||||
|
_default: "SCRAM-SHA-512"
|
||||||
|
|
||||||
|
- name: KAFKA_SSL_CAFILE
|
||||||
|
value:
|
||||||
|
_default: "/etc/ca-certificates/Yandex/YandexInternalRootCA.crt"
|
||||||
|
|
||||||
- name: SERVER_ZITADEL_ENABLED
|
- name: SERVER_ZITADEL_ENABLED
|
||||||
value:
|
value:
|
||||||
_default: "False"
|
_default: "False"
|
||||||
@ -294,6 +334,17 @@ spec:
|
|||||||
_default: "s3-secret"
|
_default: "s3-secret"
|
||||||
secretKey: "endpoint"
|
secretKey: "endpoint"
|
||||||
|
|
||||||
|
|
||||||
|
- name: KAFKA_SASL_PLAIN_USERNAME
|
||||||
|
secretName:
|
||||||
|
_default: "kafka-secret"
|
||||||
|
secretKey: "username"
|
||||||
|
|
||||||
|
- name: KAFKA_SASL_PLAIN_PASSWORD
|
||||||
|
secretName:
|
||||||
|
_default: "kafka-secret"
|
||||||
|
secretKey: "password"
|
||||||
|
|
||||||
- name: CELERY_RABBITMQ_HOST
|
- name: CELERY_RABBITMQ_HOST
|
||||||
secretName:
|
secretName:
|
||||||
_default: "rabbitmq-secret"
|
_default: "rabbitmq-secret"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user