2 Commits

Author SHA1 Message Date
e39574b60e Update renovate/renovate Docker tag to v41 2025-06-27 23:41:30 +00:00
197ceb6688 fix openebs after update 2025-06-28 01:37:40 +02:00
2 changed files with 13 additions and 2 deletions

View File

@@ -102,13 +102,24 @@ spec:
requests: requests:
cpu: 0 cpu: 0
# Remove antiaffinity, breaks when I set it to 1 replica
nats: nats:
cluster: cluster:
replicas: 1 enable: true
replicas: 3
affinity:
podAntiAffinity:
requiredDuringSchedulingIgnoredDuringExecution: []
loki:
loki: loki:
commonConfig: commonConfig:
replication_factor: 1 replication_factor: 1
singleBinary:
replicas: 1
minio:
replicas: 1
mode: standalone
engines: engines:
local: local:

View File

@@ -1,4 +1,4 @@
apiVersion: "openebs.io/v1beta2" apiVersion: "openebs.io/v1beta3"
kind: DiskPool kind: DiskPool
metadata: metadata:
name: anapistula-delrosalae-hdd name: anapistula-delrosalae-hdd