mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 19:23:37 +03:00
30 lines
665 B
YAML
30 lines
665 B
YAML
affineCloud:
|
|
tag: 'nightly-latest'
|
|
# databaseUrl: 'postgresql://affine:password@affine-cloud-postgresql:5432/affine'
|
|
signKey: TUFtdFdzQTJhdGJuem01TA==
|
|
mail:
|
|
account: ''
|
|
password: ''
|
|
service:
|
|
type: ClusterIP
|
|
port: 80
|
|
resources:
|
|
cpu: '250m'
|
|
memory: 0.5Gi
|
|
postgresql:
|
|
auth:
|
|
# only for demo, please modify it at prod env
|
|
username: affine
|
|
password: password
|
|
database: affine
|
|
primary:
|
|
initdb:
|
|
scripts:
|
|
01-init.sql: |
|
|
CREATE DATABASE affine_binary;
|
|
GRANT ALL PRIVILEGES ON DATABASE affine_binary TO affine;
|
|
resources:
|
|
limits:
|
|
cpu: '500m'
|
|
memory: 0.5Gi
|