2025-02-24 07:07:36 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
2025-03-21 17:03:59 +00:00
|
|
|
dashboard:
|
|
|
|
|
enabled: false
|
2025-02-24 07:07:36 +00:00
|
|
|
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-03-21 17:48:24 +00:00
|
|
|
tag: snapshot-9046780
|
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-03-21 17:48:24 +00:00
|
|
|
cpu: 50m
|
2025-03-08 12:31:11 +00:00
|
|
|
memory: 64Mi
|
|
|
|
|
limits:
|
2025-03-21 17:48:24 +00:00
|
|
|
cpu: 200m
|
2025-03-05 09:08:45 +00:00
|
|
|
memory: 128Mi
|
2025-03-21 17:48:24 +00:00
|
|
|
probes:
|
2025-03-21 17:03:59 +00:00
|
|
|
readiness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/readyz
|
|
|
|
|
port: 8007
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
periodSeconds: 30
|
|
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
liveness:
|
|
|
|
|
type: httpGet
|
|
|
|
|
config:
|
|
|
|
|
path: /api/_/livez
|
|
|
|
|
port: 8007
|
|
|
|
|
initialDelaySeconds: 5
|
|
|
|
|
periodSeconds: 15
|
|
|
|
|
timeoutSeconds: 3
|
|
|
|
|
successThreshold: 1
|
|
|
|
|
failureThreshold: 3
|
|
|
|
|
terminationGracePeriodSeconds: 30
|
2025-02-24 07:07:36 +00:00
|
|
|
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-03-21 17:03:59 +00:00
|
|
|
serviceMonitor:
|
|
|
|
|
enabled: false
|
2025-02-24 09:50:58 +00:00
|
|
|
ingresses:
|
|
|
|
|
- name: devsvc-ingress
|
2025-04-10 17:22:29 +00:00
|
|
|
host: devsvc.freeleaps-alpha.com
|
2025-02-24 09:50:58 +00:00
|
|
|
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:
|
2025-04-10 17:22:29 +00:00
|
|
|
name: freeleaps-alpha-dot-com
|
2025-02-24 09:52:18 +00:00
|
|
|
kind: ClusterIssuer
|
2025-04-10 17:22:29 +00:00
|
|
|
name: devsvc.freeleaps-alpha.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
|
2025-03-31 05:51:04 +00:00
|
|
|
mongodbUri: mongodb+srv://jetli:8IHKx6dZK8BfugGp@freeleaps2.hanbj.mongodb.net/
|
2025-03-21 17:03:59 +00:00
|
|
|
giteaToken: 65bc8b16705414abbdaf8e6262ad698015ce49d9
|
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
|
2025-03-21 17:03:59 +00:00
|
|
|
codeDepotDomainName: alpha.gitea.freeleaps.mathmast.com
|
2025-03-21 17:48:24 +00:00
|
|
|
metricsEnabled: 'false'
|
|
|
|
|
probesEnabled: 'true'
|