flanksource / karina

karina is an open-source toolkit for building batteries included kubernetes based platforms.
https://karina.docs.flanksource.com/
Apache License 2.0
73 stars 29 forks source link

Deploy MongoDB operator #658

Closed moshloop closed 7 months ago

moshloop commented 3 years ago

https://github.com/percona/percona-server-mongodb-operator + karina template:

apiVersion: db.flanksource.com/v1
kind: MongoDB
metadata:
  name: datastore
spec:
  backup:
    bucket: mongo-backups
    schedule: "0 */4 * * *"
  cpu: 4000m
  memory: 8Gi
  replicas: 3
  storage:
    size: 200Gi
    storageClass: io2
  parameters: {}
tobernguyen commented 3 years ago

I'm working on the template part for this.

tobernguyen commented 3 years ago

This issue can't be fully implemented until these 2 dependencies are fixed: