mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
39 lines
574 B
YAML
39 lines
574 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: {}
|