44 lines
657 B
YAML
44 lines
657 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
|
|
copilot:
|
|
enabled: false
|
|
secretName: copilot
|
|
openai:
|
|
key: ''
|
|
serviceAccount:
|
|
create: true
|
|
annotations: {}
|
|
|
|
podAnnotations: {}
|
|
|
|
podSecurityContext:
|
|
fsGroup: 2000
|
|
|
|
resources:
|
|
requests:
|
|
cpu: '1'
|
|
memory: 4Gi
|
|
|
|
probe:
|
|
initialDelaySeconds: 20
|
|
timeoutSeconds: 5
|
|
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|