Skip to content

Commit

Permalink
Remove hardcoded values
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwani-opstree authored Sep 26, 2024
1 parent a524e4d commit 55fe184
Showing 1 changed file with 49 additions and 49 deletions.
98 changes: 49 additions & 49 deletions charts/victoriametrics/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ vm:
size: 1Gi
finalizers:
- kubernetes.io/pvc-protection
nodeSelector:
node_group: monit-logging
tolerations:
- key: olly
operator: Equal
value: "true"
effect: NoSchedule
# nodeSelector:
# node_group: monit-logging
# tolerations:
# - key: olly
# operator: Equal
# value: "true"
# effect: NoSchedule
alertmanager:
enabled: true
config:
Expand All @@ -61,13 +61,13 @@ vm:
limits:
cpu: 250m
memory: 500Mi
nodeSelector:
node_group: monit-logging
tolerations:
- key: olly
operator: Equal
value: "true"
effect: NoSchedule
# nodeSelector:
# node_group: monit-logging
# tolerations:
# - key: olly
# operator: Equal
# value: "true"
# effect: NoSchedule
storage:
volumeClaimTemplate:
spec:
Expand Down Expand Up @@ -117,13 +117,13 @@ vm:
resources:
requests:
storage: 20Gi
nodeSelector:
node_group: monit-logging
tolerations:
- key: olly
operator: Equal
value: "true"
effect: NoSchedule
# nodeSelector:
# node_group: monit-logging
# tolerations:
# - key: olly
# operator: Equal
# value: "true"
# effect: NoSchedule
vmselect:
replicaCount: 1
extraArgs:
Expand All @@ -150,13 +150,13 @@ vm:
requests:
cpu: "1"
memory: "1Gi"
nodeSelector:
node_group: monit-logging
tolerations:
- key: olly
operator: Equal
value: "true"
effect: NoSchedule
# nodeSelector:
# node_group: monit-logging
# tolerations:
# - key: olly
# operator: Equal
# value: "true"
# effect: NoSchedule
vminsert:
replicaCount: 1
extraArgs:
Expand All @@ -170,13 +170,13 @@ vm:
requests:
cpu: "0.5"
memory: "500Mi"
nodeSelector:
node_group: monit-logging
tolerations:
- key: olly
operator: Equal
value: "true"
effect: NoSchedule
# nodeSelector:
# node_group: monit-logging
# tolerations:
# - key: olly
# operator: Equal
# value: "true"
# effect: NoSchedule

vmagent:
enabled: true
Expand All @@ -196,13 +196,13 @@ vm:
cpu: "0.5"
memory: 500Mi
scrapeInterval: 30s
nodeSelector:
node_group: monit-logging
tolerations:
- key: olly
operator: Equal
value: "true"
effect: NoSchedule
# nodeSelector:
# node_group: monit-logging
# tolerations:
# - key: olly
# operator: Equal
# value: "true"
# effect: NoSchedule
vmalert:
enabled: true
spec:
Expand All @@ -213,13 +213,13 @@ vm:
requests:
cpu: "0.5"
memory: 500Mi
nodeSelector:
node_group: monit-logging
tolerations:
- key: olly
operator: Equal
value: "true"
effect: NoSchedule
# nodeSelector:
# node_group: monit-logging
# tolerations:
# - key: olly
# operator: Equal
# value: "true"
# effect: NoSchedule


blackbox:
Expand Down

0 comments on commit 55fe184

Please sign in to comment.