mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-18 19:51:38 +03:00
2f6c4e3696
Co-authored-by: Hongtao Lye <codert.sn@gmail.com> Co-authored-by: liuyi <forehalo@gmail.com> Co-authored-by: LongYinan <lynweklm@gmail.com> Co-authored-by: X1a0t <405028157@qq.com> Co-authored-by: JimmFly <yangjinfei001@gmail.com> Co-authored-by: Peng Xiao <pengxiao@outlook.com> Co-authored-by: xiaodong zuo <53252747+zuoxiaodong0815@users.noreply.github.com> Co-authored-by: DarkSky <25152247+darkskygit@users.noreply.github.com> Co-authored-by: Qi <474021214@qq.com> Co-authored-by: danielchim <kahungchim@gmail.com>
45 lines
735 B
YAML
45 lines
735 B
YAML
global:
|
|
ingress:
|
|
enabled: false
|
|
className: ''
|
|
host: affine.pro
|
|
tls: []
|
|
database:
|
|
user: 'postgres'
|
|
url: 'pg-postgresql'
|
|
port: '5432'
|
|
name: 'affine'
|
|
password: ''
|
|
gcloud:
|
|
enabled: false
|
|
# use for migration
|
|
cloudSqlInternal: ''
|
|
connectionName: ''
|
|
serviceAccount: ''
|
|
redis:
|
|
enabled: true
|
|
host: 'redis-master'
|
|
port: '6379'
|
|
username: ''
|
|
password: ''
|
|
database: 0
|
|
gke:
|
|
enabled: true
|
|
|
|
graphql:
|
|
service:
|
|
type: ClusterIP
|
|
port: 3000
|
|
|
|
sync:
|
|
service:
|
|
type: ClusterIP
|
|
port: 3010
|
|
annotations:
|
|
cloud.google.com/backend-config: '{"default": "affine-backendconfig"}'
|
|
|
|
web:
|
|
service:
|
|
type: ClusterIP
|
|
port: 8080
|