Compare commits
2 Commits
8532ffccaf
...
e39574b60e
| Author | SHA1 | Date | |
|---|---|---|---|
| e39574b60e | |||
| 197ceb6688 |
@@ -15,7 +15,7 @@ spec:
|
|||||||
- name: renovate
|
- name: renovate
|
||||||
# Update this to the latest available and then enable Renovate on
|
# Update this to the latest available and then enable Renovate on
|
||||||
# the manifest
|
# the manifest
|
||||||
image: renovate/renovate:40.14.3-full
|
image: renovate/renovate:41.15.0-full
|
||||||
envFrom:
|
envFrom:
|
||||||
- secretRef:
|
- secretRef:
|
||||||
name: renovate-gitea-token
|
name: renovate-gitea-token
|
||||||
|
|||||||
@@ -102,6 +102,25 @@ spec:
|
|||||||
requests:
|
requests:
|
||||||
cpu: 0
|
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:
|
engines:
|
||||||
local:
|
local:
|
||||||
lvm:
|
lvm:
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user