2025-07-21 07:33:35 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-07-21 09:04:53 +00:00
|
|
|
logIngest:
|
|
|
|
|
enabled: false
|
2025-07-21 07:33:35 +00:00
|
|
|
devops:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
2025-07-24 07:17:47 +00:00
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
2025-07-21 07:33:35 +00:00
|
|
|
name: devops
|
2025-08-11 01:29:50 +00:00
|
|
|
tag: snapshot-e16c1dc
|
2025-07-21 07:33:35 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
2025-07-24 07:17:47 +00:00
|
|
|
- name: http
|
|
|
|
|
containerPort: 8014
|
|
|
|
|
protocol: TCP
|
2025-07-21 07:33:35 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-07-24 07:17:47 +00:00
|
|
|
cpu: '0.1'
|
|
|
|
|
memory: 64Mi
|
2025-07-21 07:33:35 +00:00
|
|
|
limits:
|
2025-07-24 07:17:47 +00:00
|
|
|
cpu: '0.2'
|
|
|
|
|
memory: 128Mi
|
2025-07-21 07:33:35 +00:00
|
|
|
probes: {}
|
|
|
|
|
services:
|
2025-07-24 07:17:47 +00:00
|
|
|
- name: devops-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8014
|
|
|
|
|
targetPort: 8014
|
|
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: false
|
|
|
|
|
labels:
|
|
|
|
|
release: kube-prometheus-stack
|
|
|
|
|
namespace: freeleaps-monitoring-system
|
|
|
|
|
interval: 30s
|
|
|
|
|
scrapeTimeout: ''
|
2025-07-21 07:33:35 +00:00
|
|
|
ingresses: {}
|
|
|
|
|
configs:
|
2025-07-24 07:17:47 +00:00
|
|
|
tz: UTC
|
|
|
|
|
appName: devops
|
|
|
|
|
jwtSecretKey: ''
|
|
|
|
|
jwtAlgorithm: HS256
|
|
|
|
|
accessTokenExpireMinutes: '3600'
|
|
|
|
|
refreshTokenExpireDays: '1'
|
2025-08-02 19:09:57 +00:00
|
|
|
appMongodbName: freeleaps2
|
|
|
|
|
appMongodbPort: '27017'
|
2025-08-02 19:21:05 +00:00
|
|
|
appMongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
|
2025-07-24 07:17:47 +00:00
|
|
|
metricsEnabled: 'false'
|
|
|
|
|
probesEnabled: 'true'
|
2025-07-31 16:06:44 +00:00
|
|
|
baseGiteaUrl: https://alpha.gitea.freeleaps.mathmast.com
|
2025-08-02 19:37:45 +00:00
|
|
|
baseReconcileUrl: http://freeleaps-alpha-devops-reconciler-freeleaps-devops-reconciler.freeleaps-alpha.svc.freeleaps.cluster:5000
|
2025-07-24 07:17:47 +00:00
|
|
|
baseLokiUrl: http://loki-gateway.freeleaps-logging-system
|
2025-07-28 05:02:22 +00:00
|
|
|
logBasePath: /app/log/devops
|
2025-07-24 07:17:47 +00:00
|
|
|
logRetention: 30 days
|
|
|
|
|
logRotation: 00:00
|
|
|
|
|
logBackupFiles: '5'
|
|
|
|
|
logRotationBytes: '10485760'
|
|
|
|
|
mockMode: 'false'
|
|
|
|
|
mockResponseDelay: '1000'
|
2025-07-31 16:46:19 +00:00
|
|
|
rabbitmqHost: freeleaps-alpha-rabbitmq.freeleaps-alpha.svc.freeleaps.cluster
|
|
|
|
|
rabbitmqPort: 5672
|
|
|
|
|
rabbitmqUsername: user
|
2025-08-07 04:47:16 +00:00
|
|
|
rabbitmqPassword: NjlhHFvnDuC7K0ir
|
2025-07-31 16:46:19 +00:00
|
|
|
rabbitmqVirtualHost: /
|
2025-08-08 04:09:58 +00:00
|
|
|
rabbitmqOutputQueueName: freeleaps.devops.reconciler.output
|
|
|
|
|
rabbitmqInputQueueName: freeleaps.devops.reconciler.input
|
2025-07-21 07:33:35 +00:00
|
|
|
vpa:
|
|
|
|
|
minAllowed:
|
|
|
|
|
enabled: false
|
|
|
|
|
cpu: 100m
|
|
|
|
|
memory: 64Mi
|
|
|
|
|
maxAllowed:
|
|
|
|
|
enabled: true
|
|
|
|
|
cpu: 100m
|
|
|
|
|
memory: 128Mi
|
|
|
|
|
controlledResources:
|
2025-07-24 07:17:47 +00:00
|
|
|
- cpu
|
|
|
|
|
- memory
|