openreplay/scripts/helm/app/chalice.yaml
Kraiem Taha Yassine b0fea9bebf
Assist (#58)
* feat(api): assist peerJS server

* feat(api): install assist_server dependencies and start it with the API

* feat(api): assist: list live sessions

* feat(nginx): expose assist_server and block peers listing

* feat(api): merged sourcemaps reader and assist-server
feat(api): change image definition
feat(api): changed service start command
feat(utilities): created full server & image definition
feat(nginx): reset chalice configuration

* feat(utilities): utilities.yaml

* feat(nginx): utilities URL

* feat(utilities): utilities template

* feat(ci): Adding utilities GH action.

Signed-off-by: Rajesh Rajendran <rjshrjndrn@gmail.com>

* feat(utilities): build script

* feat(utilities): build script fix image name

* feat(utilities): tag and push image as latest

* feat(api): tag and push image as latest

* feat(api): extract peers host

* feat(api): fixed utilities URL

Co-authored-by: Rajesh Rajendran <rjshrjndrn@gmail.com>
2021-06-25 14:52:15 +02:00

69 lines
1.9 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:
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: clickhouse.db.svc.cluster.local
ch_port: 9000
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
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
sourcemaps_reader: 'http://utilities-openreplay.app.svc.cluster.local:9000/sourcemaps'
peers: 'http://utilities-openreplay.app.svc.cluster.local:9000/peers'
# Enable logging for python app
# Ref: https://stackoverflow.com/questions/43969743/logs-in-kubernetes-pod-not-showing-up
PYTHONUNBUFFERED: '0'
version_number: '1.0.0'