freeleaps-ops/freeleaps/helm-pkg/metrics/values.yaml

83 lines
1.6 KiB
YAML

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
logIngest:
enabled: false
dashboard:
enabled: false
name: freeleaps-metrics-dashboard
title: Freeleaps Metrics Dashboard
metrics:
replicas: 1
image:
registry: docker.io
repository: null
name: metrics
tag: "1.0.0"
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8009
protocol: TCP
resources:
requests:
cpu: '0.1'
memory: 64Mi
limits:
cpu: '0.2'
memory: 128Mi
probes:
liveness:
type: httpGet
config:
path: /api/_/livez
port: 8009
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 5
terminationGracePeriodSeconds: 30
readiness:
type: httpGet
config:
path: /api/_/readyz
port: 8009
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 10
successThreshold: 1
failureThreshold: 5
services:
- name: metrics-service
type: ClusterIP
port: 8009
targetPort: 8009
serviceMonitor:
enabled: false
labels:
release: kube-prometheus-stack
namespace: freeleaps-monitoring-system
internal: 30s
scrapeTimeout: ''
configs:
starrocksHost: ""
starrocksPort: 8009
starrocksUser: ""
starrocksPassword: ""
starrocksDatabase: ""
prometheusEndpoint: ""
vpa:
minAllowed:
enabled: false
cpu: 100m
memory: 64Mi
maxAllowed:
enabled: true
cpu: 100m
memory: 128Mi
controlledResources:
- cpu
- memory