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

79 lines
1.7 KiB
YAML
Raw Normal View History

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
logIngest:
enabled: false
metrics:
replicas: 1
image:
registry: docker.io
repository: null
name: metrics
2025-09-18 09:23:08 +00:00
tag: snapshot-38ff0ae
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: true
labels:
release: kube-prometheus-stack
namespace: freeleaps-monitoring-system
internal: 30s
scrapeTimeout: ''
configs:
starrocksHost: freeleaps-starrocks-cluster-fe-service.freeleaps-data-platform.svc
starrocksPort: 9030
starrocksUser: freeleaps_dw_admin
starrocksPassword: r7Y@QTb*7BQN@hDGsN
starrocksDatabase: freeleaps
prometheusEndpoint: http://kube-prometheus-stack-prometheus.freeleaps-monitoring-system:9090
vpa:
minAllowed:
enabled: false
cpu: 100m
memory: 64Mi
maxAllowed:
enabled: true
cpu: 100m
memory: 128Mi
controlledResources:
- cpu
- memory