diff --git a/infra/controllers/openebs.yaml b/infra/controllers/openebs.yaml index 2cbb086..c1abf88 100644 --- a/infra/controllers/openebs.yaml +++ b/infra/controllers/openebs.yaml @@ -40,77 +40,6 @@ spec: lmvLocalPv: enabled: true - mayastor: - csi: - node: - initContainers: - # We need to disable the init container that checks for the nvme_tcp module, since Talos has that module built-in. - # https://www.talos.dev/v1.9/kubernetes-guides/configuration/storage/#deploy-mayastor - enabled: false - resources: - requests: - cpu: 0 - controller: - resources: - requests: - cpu: 0 - - etcd: - clusterDomain: homelab.lumpiasty.xyz - # Single node cluster for now - replicaCount: 1 - io_engine: - # Workaround for crashing io-engine - # https://github.com/openebs/mayastor/issues/1763#issuecomment-2481922234 - envcontext: "iova-mode=pa" - coreList: [1, 7] - resources: - limits: - cpu: 4 - agents: - core: - resources: - requests: - cpu: 0 - ha: - node: - resources: - requests: - cpu: 0 - cluster: - resources: - requests: - cpu: 0 - apis: - rest: - resources: - requests: - cpu: 0 - obs: - callhome: - resources: - requests: - cpu: 0 - stats: - resources: - requests: - cpu: 0 - - operators: - pool: - resources: - requests: - cpu: 0 - - # Remove antiaffinity, breaks when I set it to 1 replica - nats: - cluster: - enable: true - replicas: 3 - affinity: - podAntiAffinity: - requiredDuringSchedulingIgnoredDuringExecution: [] - loki: enabled: false