freeleaps-ops/freeleaps/helm-pkg/devsvc/values.alpha.yaml
2025-03-22 01:03:59 +08:00

88 lines
2.0 KiB
YAML

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
dashboard:
enabled: false
devsvc:
replicas: 1
image:
registry: docker.io
repository: null
name: devsvc
tag: snapshot-ab89bd4
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8007
protocol: TCP
resources:
requests:
cpu: '50m'
memory: 64Mi
limits:
cpu: '200m'
memory: 128Mi
probes:
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
services:
- name: devsvc-service
type: ClusterIP
port: 8007
targetPort: 8007
serviceMonitor:
enabled: false
ingresses:
- name: devsvc-ingress
host: alpha.devsvc.freeleaps.mathmast.com
class: nginx
rules:
- path: /
pathType: Prefix
backend:
service:
name: devsvc-service
port:
number: 8007
tls:
exists: false
issuerRef:
name: mathmast-dot-com
kind: ClusterIssuer
name: alpha.devsvc.freeleaps.mathmast.com-cert
configs:
tz: UTC
appName: devsvc
serviceApiAccessHost: 0.0.0.0
serviceApiAccessPort: 8007
mongodbName: freeleaps2
mongodbUri: mongodb://freeleaps-alpha-mongo-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
giteaToken: 65bc8b16705414abbdaf8e6262ad698015ce49d9
giteaUrl: http://freeleaps-alpha-gitea-http.freeleaps-alpha.svc.freeleaps.cluster:3000
giteaDepotOrganization: products
codeDepotHttpPort: 443
codeDepotSshPort: 22
codeDepotDomainName: alpha.gitea.freeleaps.mathmast.com
metricsEnabled: "false"
probesEnabled: "true"