freeleaps-ops/freeleaps/helm-pkg/devsvc/values.yaml
2025-06-10 23:53:31 +08:00

90 lines
2.0 KiB
YAML

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
dashboard:
enabled: false
name: freeleaps-prod-devsvc-dashboard
title: Dev Service Dashboard
metricsPrefix: freeleaps_devsvc
logIngest:
enabled: false
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
logPathPattern: /app/log/devsvc/*.log
logPath: /app/log/devsvc
devsvc:
replicas: 1
image:
registry:
repository: freeleaps
name: devsvc
tag: 1.0.0
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8007
protocol: TCP
resources:
requests:
cpu: "0.5"
memory: "512Mi"
limits:
cpu: "1"
memory: "1Gi"
# FIXME: Wait until the developers implements the probes APIs
probes: {}
services:
- name: devsvc-service
type: ClusterIP
port: 8007
targetPort: 8007
serviceMonitor:
enabled: false
labels:
release: kube-prometheus-stack
namespace: freeleaps-monitoring-system
interval: 30s
scrapeTimeout: ""
# Defaults to {}, which means doesn't have any ingress
ingresses: {}
configs:
# TZ
tz: "UTC"
# APP_NAME
appName: "devsvc"
# SERVICE_API_ACCESS_HOST
serviceApiAccessHost: "0.0.0.0"
# SERVICE_API_ACCESS_PORT
serviceApiAccessPort: "8013"
# MONGODB_NAME
mongodbName: ""
# MONGODB_URI
mongodbUri: ""
# GITEA_TOKEN
giteaToken: ""
# GITEA_URL
giteaUrl: ""
# GITEA_DEPOT_ORGANIZATION
giteaDepotOrganization: ""
# CODE_DEPOT_HTTP_PORT
codeDepotHttpPort: ""
# CODE_DEPOT_SSH_PORT
codeDepotSshPort: ""
# CODE_DEPOT_DOMAIN_NAME
codeDepotDomainName: ""
# METRICS_ENABLED
metricsEnabled: "false"
# PROBES_ENABLED
probesEnabled: "false"
vpa:
minAllowed:
enabled: false
cpu: "0.5"
memory: "512Mi"
maxAllowed:
enabled: true
cpu: "1"
memory: "1Gi"
controlledResources:
- cpu
- memory