2025-02-24 07:07:36 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
devsvc:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
2025-02-24 09:47:14 +00:00
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
2025-02-24 07:07:36 +00:00
|
|
|
name: devsvc
|
2025-02-24 09:47:14 +00:00
|
|
|
tag: snapshot-ab89bd4
|
2025-02-24 07:07:36 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
2025-02-24 09:47:14 +00:00
|
|
|
- name: http
|
|
|
|
|
containerPort: 8007
|
|
|
|
|
protocol: TCP
|
2025-02-24 07:07:36 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-02-24 09:47:14 +00:00
|
|
|
cpu: '0.5'
|
|
|
|
|
memory: 512Mi
|
2025-02-24 07:07:36 +00:00
|
|
|
limits:
|
2025-02-24 09:47:14 +00:00
|
|
|
cpu: '1'
|
|
|
|
|
memory: 1Gi
|
2025-02-24 07:07:36 +00:00
|
|
|
probes: {}
|
|
|
|
|
services:
|
2025-02-24 09:47:14 +00:00
|
|
|
- name: chat-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8007
|
|
|
|
|
targetPort: 8007
|
2025-02-24 07:07:36 +00:00
|
|
|
ingresses: {}
|
|
|
|
|
configs:
|
2025-02-24 09:47:14 +00:00
|
|
|
tz: UTC
|
|
|
|
|
appName: devsvc
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
2025-02-24 07:07:36 +00:00
|
|
|
serviceApiAccessPort: 8013
|
2025-02-24 09:30:23 +00:00
|
|
|
mongodbName: freeleaps2
|
|
|
|
|
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
2025-02-24 09:47:14 +00:00
|
|
|
giteaToken: 1d90e6eba4dbe8979878d2f55d9c7a0c2ab782df
|
|
|
|
|
giteaUri: https://alpha.gitea.freeleaps.mathmast.com
|
|
|
|
|
giteaDepotOrganization: products
|
|
|
|
|
codeDepotHttpPort: null
|
|
|
|
|
codeDepotSshPort: null
|
|
|
|
|
codeDepotDomainName: ''
|