2025-03-06 19:25:26 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-17 19:17:14 +00:00
|
|
|
dashboard:
|
2025-03-17 19:19:03 +00:00
|
|
|
enabled: true
|
2025-03-17 19:17:14 +00:00
|
|
|
name: freeleaps-prod-devsvc-dashboard
|
|
|
|
|
title: Dev Service Dashboard (PROD)
|
|
|
|
|
metricsPrefix: freeleaps_devsvc
|
2025-08-13 11:30:54 +00:00
|
|
|
logIngest:
|
|
|
|
|
enabled: true
|
|
|
|
|
lokiEndpoint: http://loki-gateway.freeleaps-logging-system
|
|
|
|
|
logPathPattern: /app/log/devsvc/*.log
|
|
|
|
|
logPath: /app/log/devsvc
|
2025-03-06 19:25:26 +00:00
|
|
|
devsvc:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
|
|
|
|
name: devsvc
|
2025-09-18 02:29:36 +00:00
|
|
|
tag: 1.3.0
|
2025-03-06 19:25:26 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
|
|
|
|
- name: http
|
|
|
|
|
containerPort: 8007
|
|
|
|
|
protocol: TCP
|
|
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-03-11 05:12:14 +00:00
|
|
|
cpu: 200m
|
2025-03-08 12:31:11 +00:00
|
|
|
memory: 64Mi
|
|
|
|
|
limits:
|
2025-03-11 05:12:14 +00:00
|
|
|
cpu: 300m
|
2025-03-11 18:17:31 +00:00
|
|
|
memory: 512Mi
|
2025-03-17 19:17:14 +00:00
|
|
|
probes:
|
|
|
|
|
readiness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/readyz
|
|
|
|
|
port: 8007
|
2025-09-09 06:52:49 +00:00
|
|
|
initialDelaySeconds: 30
|
2025-03-17 19:17:14 +00:00
|
|
|
periodSeconds: 30
|
2025-09-09 06:52:49 +00:00
|
|
|
timeoutSeconds: 10
|
2025-03-17 19:17:14 +00:00
|
|
|
successThreshold: 1
|
2025-09-09 06:52:49 +00:00
|
|
|
failureThreshold: 5
|
2025-03-17 19:17:14 +00:00
|
|
|
liveness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/livez
|
|
|
|
|
port: 8007
|
2025-09-09 06:52:49 +00:00
|
|
|
initialDelaySeconds: 30
|
2025-03-17 19:17:14 +00:00
|
|
|
periodSeconds: 15
|
2025-09-09 06:52:49 +00:00
|
|
|
timeoutSeconds: 10
|
2025-03-17 19:17:14 +00:00
|
|
|
successThreshold: 1
|
2025-09-09 06:52:49 +00:00
|
|
|
failureThreshold: 5
|
2025-03-17 19:17:14 +00:00
|
|
|
terminationGracePeriodSeconds: 30
|
2025-03-06 19:25:26 +00:00
|
|
|
services:
|
|
|
|
|
- name: devsvc-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8007
|
|
|
|
|
targetPort: 8007
|
2025-03-17 19:17:14 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: true
|
|
|
|
|
labels:
|
|
|
|
|
release: kube-prometheus-stack
|
|
|
|
|
namespace: freeleaps-monitoring-system
|
|
|
|
|
interval: 30s
|
2025-04-18 05:56:51 +00:00
|
|
|
scrapeTimeout: ''
|
2025-03-06 19:59:32 +00:00
|
|
|
ingresses: []
|
2025-03-06 19:25:26 +00:00
|
|
|
configs:
|
|
|
|
|
tz: UTC
|
|
|
|
|
appName: devsvc
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
|
|
|
|
serviceApiAccessPort: 8007
|
|
|
|
|
mongodbName: freeleaps2
|
2025-03-27 06:36:24 +00:00
|
|
|
giteaUrl: http://freeleaps-prod-gitea-http.freeleaps-prod.svc.freeleaps.cluster:3000
|
2025-03-06 19:25:26 +00:00
|
|
|
giteaDepotOrganization: products
|
2025-03-27 06:36:24 +00:00
|
|
|
codeDepotHttpPort: 443
|
2025-03-06 19:25:26 +00:00
|
|
|
codeDepotSshPort: 22
|
2025-03-27 06:36:24 +00:00
|
|
|
codeDepotDomainName: gitea.freeleaps.mathmast.com
|
2025-04-18 05:56:51 +00:00
|
|
|
metricsEnabled: 'true'
|
|
|
|
|
probesEnabled: 'true'
|
2025-07-31 16:19:09 +00:00
|
|
|
logBasePath: /app/log/devsvc
|
|
|
|
|
rabbitmqHost: freeleaps-prod-rabbitmq-headless.freeleaps-prod.svc.freeleaps.cluster
|
|
|
|
|
rabbitmqPort: 5672
|
|
|
|
|
rabbitmqUsername: user
|
|
|
|
|
rabbitmqVirtualHost: /
|
|
|
|
|
defaultGitUsername: freeleaps-admin
|
2025-08-02 20:30:04 +00:00
|
|
|
devopsDockerRegistryUrl: https://hub.docker.com
|
|
|
|
|
devopsDockerRegistryRepositoryName: freeleapsdevops
|
2025-07-31 16:19:09 +00:00
|
|
|
devopsDockerRegistryUsername: freeleapsdevops
|
2025-08-18 08:17:16 +00:00
|
|
|
secrets:
|
|
|
|
|
secretStoreRef:
|
|
|
|
|
kind: FreeleapsSecretStore
|
|
|
|
|
name: freeleaps-main-secret-store
|
|
|
|
|
target:
|
2025-08-19 11:34:03 +00:00
|
|
|
name: freeleaps-devsvc-secrets
|
|
|
|
|
creationPolicy: Owner
|
2025-08-18 08:17:16 +00:00
|
|
|
refreshInterval: 30s
|
|
|
|
|
data:
|
2025-08-19 11:34:03 +00:00
|
|
|
- key: giteaToken
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-gitea-token
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: mongodbUri
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-mongodb-uri
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: rabbitmqPassword
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-rabbitmq-password
|
|
|
|
|
type: Secret
|
|
|
|
|
- key: defaultGitPassword
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-gitea-password
|
|
|
|
|
type: Secret
|
2025-09-19 07:23:12 +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-19 11:34:03 +00:00
|
|
|
- key: devopsDockerRegistryPassword
|
|
|
|
|
remoteRef:
|
|
|
|
|
key: freeleaps-prod-devops-docker-registry-password
|
|
|
|
|
type: Secret
|
2025-06-10 15:53:31 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: true
|
2025-09-11 06:55:47 +00:00
|
|
|
cpu: 500m
|
|
|
|
|
memory: 256Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
2025-09-11 06:55:47 +00:00
|
|
|
cpu: 1000m
|
2025-08-19 11:34:03 +00:00
|
|
|
memory: 512Mi
|
2025-06-10 15:53:31 +00:00
|
|
|
controlledResources:
|
2025-08-19 11:34:03 +00:00
|
|
|
- cpu
|
|
|
|
|
- memory
|