init repo

This commit is contained in:
Sun-ZhenXing
2026-02-16 09:12:50 +08:00
commit 3360ca01a2
71 changed files with 1934 additions and 0 deletions

23
src/mongodb/values.yaml Normal file
View File

@@ -0,0 +1,23 @@
replicaCount: 3
replicaSet:
enabled: true
name: rs0
key: "qJlSywRHAWOysZaow3uE5f3BQAY/1ml/" # change me!
auth:
enabled: true
rootUsername: admin
rootPassword: "password" # Change me!
persistence:
enabled: true
storageClass: local-path
resources:
limits:
cpu: "1"
memory: "2Gi"
requests:
cpu: "0.1"
memory: "512Mi"