github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/mongodb-cluster/templates/cluster.yaml (about) 1 {{- include "kblib.clusterCommon" . }} 2 clusterDefinitionRef: mongodb 3 componentSpecs: 4 - name: mongodb 5 componentDefRef: mongodb 6 {{- include "kblib.componentMonitor" . | indent 6 }} 7 {{- include "mongodb-cluster.replicaCount" . | indent 6 }} 8 serviceAccountName: {{ include "kblib.serviceAccountName" . }} 9 {{- include "kblib.componentResources" . | indent 6 }} 10 {{- include "kblib.componentStorages" . | indent 6 }} 11 {{- include "kblib.componentServices" . | indent 6 }}