mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-19 06:52:30 +03:00
40 lines
575 B
YAML
40 lines
575 B
YAML
|
replicaCount: 1
|
||
|
image:
|
||
|
repository: ghcr.io/toeverything/affine-graphql
|
||
|
pullPolicy: IfNotPresent
|
||
|
tag: ''
|
||
|
|
||
|
imagePullSecrets: []
|
||
|
nameOverride: ''
|
||
|
fullnameOverride: ''
|
||
|
# map to NODE_ENV environment variable
|
||
|
env: 'production'
|
||
|
app:
|
||
|
# AFFINE_SERVER_HOST
|
||
|
host: '0.0.0.0'
|
||
|
|
||
|
serviceAccount:
|
||
|
create: true
|
||
|
annotations: {}
|
||
|
name: 'affine-sync'
|
||
|
|
||
|
podAnnotations: {}
|
||
|
|
||
|
podSecurityContext:
|
||
|
fsGroup: 2000
|
||
|
|
||
|
resources:
|
||
|
limits:
|
||
|
cpu: '4'
|
||
|
memory: 8Gi
|
||
|
requests:
|
||
|
cpu: '2'
|
||
|
memory: 4Gi
|
||
|
|
||
|
probe:
|
||
|
initialDelaySeconds: 20
|
||
|
|
||
|
nodeSelector: {}
|
||
|
tolerations: []
|
||
|
affinity: {}
|