openreplay/scripts/helm/app/chalice.yaml
2021-05-19 20:50:54 +05:30

69 lines
1.8 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: 100m
memory: 128Mi
env:
AWS_DEFAULT_REGION: us-east-1
pg_host: postgresql.db.svc.cluster.local
pg_port: 5432
pg_dbname: postgres
pg_user: postgres
pg_password: asayerPostgres
ch_host: ''
ch_port: ''
alert_ntf: http://127.0.0.1:8000/async/alerts/notifications/%s
email_signup: http://127.0.0.1:8000/async/email_signup/%s
email_funnel: http://127.0.0.1:8000/async/funnel/%s
email_plans: http://127.0.0.1:8000/async/plans/%s
email_basic: http://127.0.0.1:8000/async/basic/%s
assign_link: http://127.0.0.1:8000/async/email_assignment
captcha_server: ''
captcha_key: ''
sessions_bucket: mobs
sessions_region: us-east-1
put_S3_TTL: '20'
sourcemaps_bucket: sourcemaps
sourcemaps_bucket_key: minios3AccessKeyS3cr3t
sourcemaps_bucket_secret: m1n10s3CretK3yPassw0rd
sourcemaps_bucket_region: us-east-1
js_cache_bucket: sessions-assets
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
# Enable logging for python app
# Ref: https://stackoverflow.com/questions/43969743/logs-in-kubernetes-pod-not-showing-up
PYTHONUNBUFFERED: '0'