summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2023-10-27 12:39:48 +0200
committerPatrick Spek <p.spek@tyil.nl>2023-10-27 13:17:59 +0200
commit53f513e057a8259f5e5272ab713f2d35a75d70ce (patch)
treeb2967e5b00668233df8a3af2f95d321d9fb93234
parentf81d47f04a7d539e3a2874b54111d50d5ed06ce1 (diff)
Disable replicated PVCs until I fix the operator situation
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-events/event-bus.yaml8
-rw-r--r--data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml9
2 files changed, 5 insertions, 12 deletions
diff --git a/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-events/event-bus.yaml b/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-events/event-bus.yaml
index 20143b6..b7d1b72 100644
--- a/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-events/event-bus.yaml
+++ b/data.d/k3s-master/manifests.d/tyilnet/cicd-system/argo-events/event-bus.yaml
@@ -13,8 +13,8 @@ spec:
requests:
cpu: "10m"
memory: "64Mi"
- persistence:
- storageClassName: longhorn
- accessMode: ReadWriteOnce
- volumeSize: 10Gi
+ #persistence:
+ # storageClassName: longhorn
+ # accessMode: ReadWriteOnce
+ # volumeSize: 10Gi
...
diff --git a/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml b/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml
index 39d1aa6..43d78b4 100644
--- a/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml
+++ b/data.d/k3s-master/manifests.d/tyilnet/monitoring/prometheus/helm-chart.yaml
@@ -18,12 +18,5 @@ spec:
retention: 10d
serviceMonitorSelectorNilUsesHelmValues: false
storageSpec:
- volumeClaimTemplate:
- spec:
- storageClassName: longhorn
- resources:
- requests:
- storage: 50Gi
- accessModes:
- - ReadWriteOnce
+ emptyDir: {}
...