mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
<img width="1199" height="190" alt="image" src="https://github.com/user-attachments/assets/e1adec4a-5a62-454a-ad0d-26f50872e10b" /> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit * **Chores** * Reduced the number of gcloud-sql-proxy replicas from 3 to 2. * Lowered memory and CPU resource limits for the gcloud-sql-proxy container. * Added resource requests to optimize container performance. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
47 lines
667 B
YAML
47 lines
667 B
YAML
replicaCount: 2
|
|
enabled: false
|
|
database:
|
|
connectionName: ""
|
|
|
|
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: "1Gi"
|
|
cpu: "1"
|
|
requests:
|
|
memory: "512Mi"
|
|
cpu: "100m"
|
|
|
|
volumes: []
|
|
volumeMounts: []
|
|
nodeSelector: {}
|
|
tolerations: []
|
|
affinity: {}
|