eindelijk weer eens een push

This commit is contained in:
allard
2026-05-31 16:07:30 +02:00
parent 01cff8e165
commit ff21c258e0
2747 changed files with 302316 additions and 131101 deletions
+29
View File
@@ -0,0 +1,29 @@
apiVersion: mongodbcommunity.mongodb.com/v1
kind: MongoDBCommunity
metadata:
name: my-mongo-cluster
namespace: default
spec:
members: 3
type: ReplicaSet
version: "7.0.1"
# Security/authentication
security:
authentication:
modes: ["SCRAM"]
# Admin user
users:
- name: myadmin
db: admin
passwordSecretRef:
name: my-mongo-password
roles:
- name: root
db: admin
# Ephemeral storage
statefulSet:
spec:
volumeClaimTemplates: []