Skip to content

Commit

Permalink
feat: use ceph-block for loki and prom
Browse files Browse the repository at this point in the history
Signed-off-by: Devin Buhl <[email protected]>
  • Loading branch information
onedr0p committed Nov 26, 2024
1 parent 247a707 commit b2b5c78
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ spec:
dependsOn:
- name: prometheus-operator-crds
namespace: observability
- name: openebs
namespace: openebs-system
- name: rook-ceph-cluster
namespace: rook-ceph
values:
crds:
enabled: false
Expand All @@ -48,7 +48,7 @@ spec:
storage:
volumeClaimTemplate:
spec:
storageClassName: openebs-hostpath
storageClassName: ceph-block
resources:
requests:
storage: 1Gi
Expand Down Expand Up @@ -90,7 +90,7 @@ spec:
- memory-snapshot-on-shutdown
- new-service-discovery-manager
retention: 14d
retentionSize: 70GB
retentionSize: 50GB
resources:
requests:
cpu: 100m
Expand All @@ -99,10 +99,10 @@ spec:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: openebs-hostpath
storageClassName: ceph-block
resources:
requests:
storage: 75Gi
storage: 50Gi
prometheus-node-exporter:
fullnameOverride: node-exporter
prometheus:
Expand Down
6 changes: 3 additions & 3 deletions kubernetes/main/apps/observability/loki/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ spec:
strategy: rollback
retries: 3
dependsOn:
- name: openebs
namespace: openebs-system
- name: rook-ceph-cluster
namespace: rook-ceph
values:
deploymentMode: SingleBinary
loki:
Expand Down Expand Up @@ -61,7 +61,7 @@ spec:
replicas: 1
persistence:
enabled: true
storageClass: openebs-hostpath
storageClass: ceph-block
size: 50Gi
gateway:
replicas: 0
Expand Down

0 comments on commit b2b5c78

Please sign in to comment.