github.com/1aal/kubeblocks@v0.0.0-20231107070852-e1c03e598921/pkg/cli/testing/testdata/component_with_invalid_resource.yaml (about) 1 - name: test 2 componentDefRef: mysql 3 monitor: true 4 enabledLogs: [error, slow] 5 replicas: 1 6 resources: 7 requests: 8 cpu: 3 9 memory: 7Gi 10 volumeClaimTemplates: 11 - name: data 12 spec: 13 accessModes: 14 - ReadWriteOnce 15 resources: 16 requests: 17 storage: 1Gi 18 volumeMode: Filesystem