github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/deploy/official-postgresql-cluster/templates/cluster.yaml (about)

     1  {{- include "kblib.clusterCommon" . }}
     2    clusterDefinitionRef: official-postgresql
     3    componentSpecs:
     4      - name: postgresql
     5        componentDefRef: postgresql
     6        {{- include "kblib.componentMonitor" . | indent 6 }}
     7        {{- include "official-postgresql-cluster.replicaCount" . | indent 6 }}
     8        serviceAccountName: {{ include "kblib.serviceAccountName" . }}
     9        switchPolicy:
    10          type: Noop
    11        {{- include "kblib.componentResources" . | indent 6 }}
    12        {{- include "kblib.componentStorages" . | indent 6 }}
    13        {{- include "kblib.componentServices" . | indent 6 }}