mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-15 00:56:26 +08:00
64f385817d
#### PR Dependency Tree * **PR #14736** 👈 This tree was auto-generated by [Charcoal](https://github.com/danerwilliams/charcoal) <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Enhanced Kubernetes deployment health check configurations with explicit timeout, period, failure threshold, and success threshold settings for improved reliability. * Improved document synchronization infrastructure with enhanced codec comparison and merge update capabilities for better data consistency handling. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
50 lines
761 B
YAML
50 lines
761 B
YAML
replicaCount: 1
|
|
image:
|
|
repository: ghcr.io/toeverything/affine
|
|
pullPolicy: IfNotPresent
|
|
tag: ''
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ''
|
|
fullnameOverride: ''
|
|
# map to NODE_ENV environment variable
|
|
env: 'production'
|
|
app:
|
|
# AFFINE_SERVER_SUB_PATH
|
|
path: ''
|
|
# AFFINE_SERVER_HOST
|
|
host: '0.0.0.0'
|
|
https: true
|
|
|
|
serviceAccount:
|
|
create: true
|
|
annotations: {}
|
|
name: 'affine-graphql'
|
|
|
|
podAnnotations: {}
|
|
|
|
podSecurityContext:
|
|
fsGroup: 2000
|
|
|
|
resources:
|
|
limits:
|
|
cpu: '1'
|
|
memory: 4Gi
|
|
requests:
|
|
cpu: '1'
|
|
memory: 2Gi
|
|
|
|
probe:
|
|
initialDelaySeconds: 20
|
|
timeoutSeconds: 5
|
|
periodSeconds: 10
|
|
failureThreshold: 6
|
|
successThreshold: 1
|
|
liveness:
|
|
failureThreshold: 12
|
|
readiness: {}
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|