LibreChat/helm/librechat-exporter/values.yaml
Christian Troelsen 28472572c5 add helm support for metrics exporter
change

fix

a few more changes

try a fix

more fixes

add replica count

more fixes

remove some stuff

more changes

more changes

change

change

more fixes

add helm support for metrics exporter

try a fix
2025-12-11 11:00:15 +00:00

87 lines
1.6 KiB
YAML

enabled: false
replicaCount: 1
image:
repository: virtuos/librechat_exporter
registry: ghcr.io
pullPolicy: IfNotPresent
# Overrides the image tag whose default is the chart appVersion.
tag: main
env: []
# - name: MONGODB_URI
# value: "mongodb://mongodb:27017/"
# - name: LOGGING_LEVEL
# value: "info"
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
podAnnotations: {}
podLabels: {}
podSecurityContext:
fsGroup: 2000
securityContext:
capabilities:
drop:
- ALL
# readOnlyRootFilesystem: true # not supported yet
runAsNonRoot: true
runAsUser: 1000
service:
type: ClusterIP
port: 8000
annotations: {}
resources: {}
# We usually recommend not to specify default resources and to leave this as a conscious
# choice for the user. This also increases chances charts run on environments with little
# resources, such as Minikube. If you do want to specify resources, uncomment the following
# lines, adjust them as necessary, and remove the curly braces after 'resources:'.
# limits:
# cpu: 100m
# memory: 128Mi
# requests:
# cpu: 100m
# memory: 128Mi
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
# Additional volumes on the output Deployment definition.
volumes: []
# - name: foo
# secret:
# secretName: mysecret
# optional: false
# Additional volumeMounts on the output Deployment definition.
volumeMounts: []
# - name: foo
# mountPath: "/etc/foo"
# readOnly: true
nodeSelector: {}
tolerations: []
affinity: {}
extraContainers: {}
serviceMonitor:
enabled: false
interval: 30s
scrapeTimeout: 30s
labels: []