github.com/percona/percona-xtradb-cluster-operator@v1.14.0/deploy/cr-minimal.yaml (about)

     1  apiVersion: pxc.percona.com/v1
     2  kind: PerconaXtraDBCluster
     3  metadata:
     4    name: minimal-cluster
     5  spec:
     6    crVersion: 1.14.0
     7    secretsName: minimal-cluster-secrets
     8    allowUnsafeConfigurations: true
     9    upgradeOptions:
    10      apply: disabled
    11      schedule: "0 4 * * *"
    12    pxc:
    13      size: 1
    14      image: percona/percona-xtradb-cluster:8.0.35-27.1
    15      volumeSpec:
    16        persistentVolumeClaim:
    17          resources:
    18            requests:
    19              storage: 6G
    20    haproxy:
    21      enabled: true
    22      size: 1
    23      image: percona/percona-xtradb-cluster-operator:1.14.0-haproxy
    24    logcollector:
    25      enabled: true
    26      image: percona/percona-xtradb-cluster-operator:1.14.0-logcollector