66 lines
1.5 KiB
YAML
66 lines
1.5 KiB
YAML
namespace: app
|
|
image:
|
|
repository: rg.fr-par.scw.cloud/foss
|
|
name: chalice
|
|
pullPolicy: IfNotPresent
|
|
tag: latest
|
|
|
|
imagePullSecrets:
|
|
- name: aws-registry
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 8000
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 1Gi
|
|
requests:
|
|
cpu: 1m
|
|
memory: 1Mi
|
|
env:
|
|
pg_host: postgresql.db.svc.cluster.local
|
|
pg_port: 5432
|
|
pg_dbname: postgres
|
|
pg_user: postgres
|
|
pg_password: asayerPostgres
|
|
ch_host: clickhouse.db.svc.cluster.local
|
|
ch_port: 9000
|
|
captcha_server: ''
|
|
captcha_key: ''
|
|
async_Token: ''
|
|
EMAIL_HOST: ''
|
|
EMAIL_PORT: '587'
|
|
EMAIL_USER: ''
|
|
EMAIL_PASSWORD: ''
|
|
EMAIL_USE_TLS: 'true'
|
|
EMAIL_USE_SSL: 'false'
|
|
EMAIL_SSL_KEY: ''
|
|
EMAIL_SSL_CERT: ''
|
|
EMAIL_FROM: OpenReplay<do-not-reply@openreplay.com>
|
|
SITE_URL: ''
|
|
announcement_url: ''
|
|
jwt_secret: "SetARandomStringHere"
|
|
jwt_algorithm: HS512
|
|
jwt_exp_delta_seconds: '2592000'
|
|
# Override with your https://domain_name
|
|
# eg: https://openreplay.mycompany.com
|
|
S3_HOST: 'http://minio.db.svc.cluster.local:9000'
|
|
S3_KEY: minios3AccessKeyS3cr3t
|
|
S3_SECRET: m1n10s3CretK3yPassw0rd
|
|
AWS_DEFAULT_REGION: us-east-1
|
|
sessions_region: us-east-1
|
|
sessions_bucket: mobs
|
|
sourcemaps_bucket: sourcemaps
|
|
js_cache_bucket: sessions-assets
|
|
# Enable logging for python app
|
|
# Ref: https://stackoverflow.com/questions/43969743/logs-in-kubernetes-pod-not-showing-up
|
|
PYTHONUNBUFFERED: '0'
|
|
version_number: '1.3.5'
|
|
SAML2_MD_URL: ''
|
|
idp_entityId: ''
|
|
idp_sso_url: ''
|
|
idp_x509cert: ''
|
|
idp_sls_url: ''
|
|
iceServers: ''
|