Skip to content

Commit

Permalink
prom disk size value
Browse files Browse the repository at this point in the history
  • Loading branch information
cbbmiller committed Feb 16, 2024
1 parent 3459c2d commit 48a2c41
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 7 deletions.
6 changes: 3 additions & 3 deletions charts/clearblade-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: clearblade-monitoring
description: ClearBlade IoT Enterprise monitoring
type: application
version: 2.13.1
version: 2.13.2

dependencies:
- name: cb-monitoring
version: 2.13.1
version: 2.13.2
condition: cb-monitoring.enabled
repository: file://charts/cb-monitoring
- name: cb-haproxy
version: 2.13.1
version: 2.13.2
condition: cb-haproxy.enabled
repository: file://charts/cb-haproxy
2 changes: 1 addition & 1 deletion charts/clearblade-monitoring/charts/cb-haproxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v2
name: cb-haproxy
description: ClearBlade IoT Enterprise - ClearBlade Load Balancer
type: application
version: 2.13.1
version: 2.13.2
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
name: cb-monitoring
description: ClearBlade IoT Enterprise - Monitoring
type: application
version: 2.13.1
version: 2.13.2
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ metadata:
spec:
storageClassName: premium-rwo
capacity:
storage: 200G
storage: {{ .Values.prometheusDiskSize}}
accessModes:
- ReadWriteOnce
claimRef:
Expand Down
4 changes: 4 additions & 0 deletions charts/clearblade-monitoring/charts/cb-monitoring/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,3 +16,7 @@ resourceRequests:
resourceLimits:
cpu: 1
memory: 4G
clearbladereplicas: 1
haproxyreplicas: 1
postgresreplicas: 1
prometheusDiskSize: 200G
3 changes: 2 additions & 1 deletion gke-default-monitoring-values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ cb-monitoring:
clearbladereplicas: 1 # Used for prometheus scrape config. Only necessary for Non GMP
haproxyreplicas: 1 # Used for prometheus scrape config. Only necessary for Non GMP
postgresreplicas: 1 # Used for prometheus scrape config. Only necessary for Non GMP
prometheusDisk: REPLACE #OPTIONAL disk for prometheus data. Leave blank if not using. Not necessary for GMP deployments
prometheusDisk: REPLACE #OPTIONAL disk for prometheus data. Leave blank if not using. Not necessary for GMP deployments
prometheusDiskSize: REPLACE #OPTIONAL size of disk above, include unit. example: 200G

0 comments on commit 48a2c41

Please sign in to comment.