55 lines
1.2 KiB
YAML
55 lines
1.2 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: '0.5'
|
|
memory: 512Mi
|
|
limits:
|
|
cpu: '1'
|
|
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
|
|
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: ''
|