freeleaps-ops/freeleaps/helm-pkg/devsvc/values.alpha.yaml
2025-02-25 03:45:28 +08:00

61 lines
1.4 KiB
YAML

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
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: '200,'
memory: 512Mi
limits:
cpu: '0.5'
memory: 1Gi
probes: {}
services:
- name: devsvc-service
type: ClusterIP
port: 8007
targetPort: 8007
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: 1d90e6eba4dbe8979878d2f55d9c7a0c2ab782df
giteaUri: https://alpha.gitea.freeleaps.mathmast.com
giteaDepotOrganization: products
codeDepotHttpPort: null
codeDepotSshPort: null
codeDepotDomainName: ''