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 19:49:53 +00:00
|
|
|
cpu: '200m'
|
2025-02-24 09:47:14 +00:00
|
|
|
memory: 512Mi
|
2025-02-24 07:07:36 +00:00
|
|
|
limits:
|
2025-02-24 19:45:28 +00:00
|
|
|
cpu: '0.5'
|
2025-02-24 09:47:14 +00:00
|
|
|
memory: 1Gi
|
2025-02-24 07:07:36 +00:00
|
|
|
probes: {}
|
|
|
|
|
services:
|
2025-02-24 09:50:58 +00:00
|
|
|
- name: devsvc-service
|
2025-02-24 09:47:14 +00:00
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8007
|
|
|
|
|
targetPort: 8007
|
2025-02-24 09:50:58 +00:00
|
|
|
ingresses:
|
|
|
|
|
- name: devsvc-ingress
|
|
|
|
|
host: alpha.devsvc.freeleaps.mathmast.com
|
|
|
|
|
class: nginx
|
|
|
|
|
rules:
|
|
|
|
|
- path: /
|
|
|
|
|
pathType: Prefix
|
|
|
|
|
backend:
|
|
|
|
|
service:
|
|
|
|
|
name: devsvc-service
|
|
|
|
|
port:
|
|
|
|
|
number: 8007
|
2025-02-24 09:52:18 +00:00
|
|
|
tls:
|
|
|
|
|
exists: false
|
|
|
|
|
issuerRef:
|
|
|
|
|
name: mathmast-dot-com
|
|
|
|
|
kind: ClusterIssuer
|
|
|
|
|
name: alpha.devsvc.freeleaps.mathmast.com-cert
|
2025-02-24 07:07:36 +00:00
|
|
|
configs:
|
2025-02-24 09:47:14 +00:00
|
|
|
tz: UTC
|
|
|
|
|
appName: devsvc
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
2025-02-24 09:48:27 +00:00
|
|
|
serviceApiAccessPort: 8007
|
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
|
2025-02-26 08:29:31 +00:00
|
|
|
giteaUrl: http://freeleaps-alpha-gitea-http.freeleaps-alpha.svc.freeleaps.cluster:3000
|
2025-02-24 09:47:14 +00:00
|
|
|
giteaDepotOrganization: products
|
2025-02-25 07:20:13 +00:00
|
|
|
codeDepotHttpPort: 443
|
|
|
|
|
codeDepotSshPort: 22
|
|
|
|
|
codeDepotDomainName: 'https://alpha.freeleaps.mathmast.com'
|