feat: update metrics values for alpha and prod

This commit is contained in:
icecheng 2025-09-18 17:30:39 +08:00
parent 08881ceb32
commit 518a67cea3

View File

@ -4,17 +4,17 @@ global:
nodeSelector: {} nodeSelector: {}
logIngest: logIngest:
enabled: false enabled: false
devops: metrics:
replicas: 1 replicas: 1
image: image:
registry: docker.io registry: docker.io
repository: null repository: null
name: devops name: metrics
tag: snapshot-38ff0ae tag: snapshot-38ff0ae
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
containerPort: 8014 containerPort: 8009
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
@ -23,20 +23,33 @@ devops:
limits: limits:
cpu: '0.2' cpu: '0.2'
memory: 128Mi memory: 128Mi
probes: {} 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: services:
- name: devops-service - name: metrics-service
type: ClusterIP type: ClusterIP
port: 8014 port: 8009
targetPort: 8014 targetPort: 8009
serviceMonitor:
enabled: false
labels:
release: kube-prometheus-stack
namespace: freeleaps-monitoring-system
interval: 30s
scrapeTimeout: ''
ingresses: {}
configs: configs:
starrocksHost: freeleaps-starrocks-cluster-fe-service.freeleaps-data-platform.svc starrocksHost: freeleaps-starrocks-cluster-fe-service.freeleaps-data-platform.svc
starrocksPort: 9030 starrocksPort: 9030
@ -44,23 +57,6 @@ devops:
starrocksPassword: r7Y@QTb*7BQN@hDGsN starrocksPassword: r7Y@QTb*7BQN@hDGsN
starrocksDatabase: freeleaps starrocksDatabase: freeleaps
prometheusEndpoint: http://kube-prometheus-stack-prometheus.freeleaps-monitoring-system:9090 prometheusEndpoint: http://kube-prometheus-stack-prometheus.freeleaps-monitoring-system:9090
secrets:
secretStoreRef:
kind: FreeleapsSecretStore
name: freeleaps-main-secret-store
target:
name: freeleaps-devops-prod-secrets
creationPolicy: Owner
refreshInterval: 30s
data:
- key: appMongodbUri
remoteRef:
key: freeleaps-prod-mongodb-uri
type: Secret
- key: rabbitmqPassword
remoteRef:
key: freeleaps-prod-rabbitmq-password
type: Secret
vpa: vpa:
minAllowed: minAllowed:
enabled: false enabled: false