2025-03-06 19:25:26 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
devsvc:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
|
|
|
|
name: devsvc
|
2025-03-17 19:11:59 +00:00
|
|
|
tag: 1.1.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-06 19:25:26 +00:00
|
|
|
probes: {}
|
|
|
|
|
services:
|
|
|
|
|
- name: devsvc-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8007
|
|
|
|
|
targetPort: 8007
|
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-06 21:50:07 +00:00
|
|
|
mongodbUri: mongodb+srv://freeadmin:0eMV0bt8oyaknA0m@freeleaps2.zmsmpos.mongodb.net/?retryWrites=true&w=majority
|
2025-03-06 23:44:16 +00:00
|
|
|
giteaToken: 232d9d20128e894a96fbc6f62b3ff54fdadef776
|
|
|
|
|
giteaUrl: https://freeleaps.com:3443
|
2025-03-06 19:25:26 +00:00
|
|
|
giteaDepotOrganization: products
|
2025-03-16 19:02:04 +00:00
|
|
|
codeDepotHttpPort: 3443
|
2025-03-06 19:25:26 +00:00
|
|
|
codeDepotSshPort: 22
|
2025-03-14 08:21:43 +00:00
|
|
|
codeDepotDomainName: freeleaps.com
|