Skip to content

Commit

Permalink
Merge pull request #11 from climacell/chore/add-leader-resources
Browse files Browse the repository at this point in the history
chore: set leader resources
  • Loading branch information
omernestorr authored Sep 14, 2023
2 parents 974056b + 81dbaf0 commit 1a62e55
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions monitoring-values.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
# Values for tile38-monitoring.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.

image:
repository: tile38/tile38
tag: 1.29.0
pullPolicy: IfNotPresent

service:
type: LoadBalancer
port: 9851

serviceAccount:
enabled: true
email: monitoring-tile38@climacell-platform-production.iam.gserviceaccount.com
name: monitoring-tile38-ksa

leader:
replicaCount: 1
resources:
limits:
cpu: 4
memory: 12G
requests:
cpu: 3
memory: 9G
nodeSelector: {}
tolerations: []
affinity: {}
persistentVolume:
enabled: true
accessModes:
- ReadWriteOnce
annotations: {}
existingClaim: ""
mountPath: /data
size: 2Gi
# storageClass: ""
subPath: ""
prometheus:
enabled: true
port: 4321
listenAddr: 0.0.0.0
datadog:
enabled: true

aofshrink_job:
enabled: true
schedule: "0,30 * * * *"
resources: {}
nodeSelector: {}
affinity: {}
tolerations: []

0 comments on commit 1a62e55

Please sign in to comment.