mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-11 03:48:39 +00:00
After merge this pull request, need to change the `DATABASE_URL` in environment secrets (stable/beta) from `127.0.0.1` to `affine-cloud-sql-proxy`
41 lines
572 B
YAML
41 lines
572 B
YAML
replicaCount: 3
|
|
|
|
image:
|
|
# the tag is defined as chart appVersion.
|
|
repository: gcr.io/cloud-sql-connectors/cloud-sql-proxy
|
|
pullPolicy: IfNotPresent
|
|
|
|
imagePullSecrets: []
|
|
nameOverride: ""
|
|
fullnameOverride: ""
|
|
|
|
serviceAccount:
|
|
create: true
|
|
automount: true
|
|
annotations: {}
|
|
name: ""
|
|
|
|
podAnnotations: {}
|
|
podLabels: {}
|
|
|
|
podSecurityContext:
|
|
fsGroup: 2000
|
|
|
|
securityContext:
|
|
runAsNonRoot: true
|
|
|
|
service:
|
|
type: ClusterIP
|
|
port: 5432
|
|
|
|
resources:
|
|
limits:
|
|
memory: "4Gi"
|
|
cpu: "2"
|
|
|
|
volumes: []
|
|
volumeMounts: []
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|