2025-02-24 07:07:36 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-17 19:17:14 +00:00
|
|
|
dashboard:
|
|
|
|
|
enabled: false
|
|
|
|
|
name: freeleaps-prod-devsvc-dashboard
|
|
|
|
|
title: Dev Service Dashboard
|
|
|
|
|
metricsPrefix: freeleaps_devsvc
|
2025-04-21 14:34:09 +00:00
|
|
|
logIngest:
|
|
|
|
|
enabled: false
|
|
|
|
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
|
|
|
|
logPathPattern: /app/log/devsvc/*.log
|
|
|
|
|
logPath: /app/log/devsvc
|
2025-02-24 07:07:36 +00:00
|
|
|
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
|
2025-03-17 19:17:14 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: false
|
|
|
|
|
labels:
|
|
|
|
|
release: kube-prometheus-stack
|
|
|
|
|
namespace: freeleaps-monitoring-system
|
|
|
|
|
interval: 30s
|
|
|
|
|
scrapeTimeout: ""
|
2025-02-24 07:07:36 +00:00
|
|
|
# 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: ""
|
2025-02-26 08:28:23 +00:00
|
|
|
# GITEA_URL
|
|
|
|
|
giteaUrl: ""
|
2025-02-24 07:07:36 +00:00
|
|
|
# GITEA_DEPOT_ORGANIZATION
|
|
|
|
|
giteaDepotOrganization: ""
|
|
|
|
|
# CODE_DEPOT_HTTP_PORT
|
|
|
|
|
codeDepotHttpPort: ""
|
|
|
|
|
# CODE_DEPOT_SSH_PORT
|
|
|
|
|
codeDepotSshPort: ""
|
|
|
|
|
# CODE_DEPOT_DOMAIN_NAME
|
2025-03-17 19:17:14 +00:00
|
|
|
codeDepotDomainName: ""
|
|
|
|
|
# METRICS_ENABLED
|
|
|
|
|
metricsEnabled: "false"
|
|
|
|
|
# PROBES_ENABLED
|
2025-06-10 15:53:31 +00:00
|
|
|
probesEnabled: "false"
|
2025-07-31 08:07:20 +00:00
|
|
|
# RABBITMQ_HOST
|
|
|
|
|
rabbitmqHost: ""
|
|
|
|
|
# RABBITMQ_PORT
|
|
|
|
|
rabbitmqPort: ""
|
|
|
|
|
# RABBITMQ_USERNAME
|
|
|
|
|
rabbitmqUsername: ""
|
|
|
|
|
# RABBITMQ_VIRTUAL_HOST
|
|
|
|
|
rabbitmqVirtualHost: ""
|
|
|
|
|
# DEFAULT_GIT_USERNAME
|
|
|
|
|
defaultGitUsername: ""
|
2025-08-02 20:30:04 +00:00
|
|
|
# DEVOPS_DOCKER_REGISTRY_URL
|
|
|
|
|
devopsDockerRegistryUrl: ""
|
|
|
|
|
# DEVOPS_DOCKER_REGISTRY_REPOSITORY_NAME
|
|
|
|
|
devopsDockerRegistryRepositoryName: ""
|
2025-07-31 08:07:20 +00:00
|
|
|
# DEVOPS_DOCKER_REGISTRY_USERNAME
|
|
|
|
|
devopsDockerRegistryUsername: ""
|
2025-08-18 08:33:42 +00:00
|
|
|
secrets:
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
kind: FreeleapsSecretStore
|
|
|
|
|
name: freeleaps-main-secret-store
|
|
|
|
|
target:
|
|
|
|
|
name: "freeleaps-devsvc-secrets"
|
|
|
|
|
creationPolicy: "Owner"
|
|
|
|
|
refreshInterval: 30s
|
|
|
|
|
data:
|
|
|
|
|
- key: giteaToken
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: "freeleaps-alpha-gitea-token"
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: mongodbUri
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: "freeleaps-alpha-mongodb-uri"
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: rabbitmqPassword
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: "freeleaps-alpha-rabbitmq-password"
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: defaultGitPassword
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: "freeleaps-alpha-gitea-password"
|
|
|
|
|
type: Secret
|
2025-09-19 07:33:57 +00:00
|
|
|
- key: devopsDefaultRegistryUsername
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-devops-registry-username
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: devopsDefaultRegistryPassword
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-devops-registry-password
|
|
|
|
|
type: Secret
|
2025-08-18 08:33:42 +00:00
|
|
|
- key: devopsDockerRegistryPassword
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: "freeleaps-alpha-devops-docker-registry-password"
|
|
|
|
|
type: Secret
|
2025-06-10 15:53:31 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: false
|
|
|
|
|
cpu: "0.5"
|
|
|
|
|
memory: "512Mi"
|
|
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
|
|
|
|
cpu: "1"
|
|
|
|
|
memory: "1Gi"
|
|
|
|
|
controlledResources:
|
|
|
|
|
- cpu
|
|
|
|
|
- memory
|