diff --git a/infra/controllers/openebs.yaml b/infra/controllers/openebs.yaml index 48cf2ce..bad6c78 100644 --- a/infra/controllers/openebs.yaml +++ b/infra/controllers/openebs.yaml @@ -102,6 +102,25 @@ spec: requests: cpu: 0 + # Remove antiaffinity, breaks when I set it to 1 replica + nats: + cluster: + enable: true + replicas: 3 + affinity: + podAntiAffinity: + requiredDuringSchedulingIgnoredDuringExecution: [] + + loki: + loki: + commonConfig: + replication_factor: 1 + singleBinary: + replicas: 1 + minio: + replicas: 1 + mode: standalone + engines: local: lvm: diff --git a/infra/diskpools/anapistula-delrosalae-hdd.yaml b/infra/diskpools/anapistula-delrosalae-hdd.yaml index 9f618ec..923928a 100644 --- a/infra/diskpools/anapistula-delrosalae-hdd.yaml +++ b/infra/diskpools/anapistula-delrosalae-hdd.yaml @@ -1,4 +1,4 @@ -apiVersion: "openebs.io/v1beta2" +apiVersion: "openebs.io/v1beta3" kind: DiskPool metadata: name: anapistula-delrosalae-hdd