2025-02-21 09:59:08 +00:00
|
|
|
global:
|
|
|
|
|
registry: docker.io
|
|
|
|
|
repository: freeleaps
|
|
|
|
|
nodeSelector: {}
|
|
|
|
|
content:
|
|
|
|
|
replicas: 1
|
|
|
|
|
image:
|
2025-02-22 12:23:29 +00:00
|
|
|
registry: docker.io
|
|
|
|
|
repository: null
|
2025-02-21 09:59:08 +00:00
|
|
|
name: content
|
2025-02-22 15:11:15 +00:00
|
|
|
tag: 0.0.0
|
2025-02-21 09:59:08 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
|
ports:
|
2025-02-22 12:23:29 +00:00
|
|
|
- name: http
|
|
|
|
|
containerPort: 8013
|
|
|
|
|
protocol: TCP
|
2025-02-21 09:59:08 +00:00
|
|
|
resources:
|
|
|
|
|
requests:
|
2025-02-22 12:23:29 +00:00
|
|
|
cpu: '0.5'
|
|
|
|
|
memory: 512Mi
|
2025-02-21 09:59:08 +00:00
|
|
|
limits:
|
2025-02-22 12:23:29 +00:00
|
|
|
cpu: '1'
|
|
|
|
|
memory: 1Gi
|
2025-02-21 09:59:08 +00:00
|
|
|
probes: {}
|
|
|
|
|
services:
|
2025-02-22 12:23:29 +00:00
|
|
|
- name: content-service
|
|
|
|
|
type: ClusterIP
|
|
|
|
|
port: 8013
|
|
|
|
|
targetPort: 8013
|
|
|
|
|
ingresses:
|
|
|
|
|
- name: content-ingress
|
|
|
|
|
host: alpha.content.freeleaps.mathmast.com
|
|
|
|
|
class: nginx
|
|
|
|
|
rules:
|
|
|
|
|
- path: /*
|
|
|
|
|
pathType: ImplementationSpecific
|
|
|
|
|
backend:
|
|
|
|
|
service:
|
|
|
|
|
name: content-service
|
|
|
|
|
port:
|
|
|
|
|
number: 8013
|
|
|
|
|
tls:
|
|
|
|
|
exists: false
|
|
|
|
|
issuerRef:
|
|
|
|
|
name: mathmast-dot-com
|
|
|
|
|
kind: ClusterIssuer
|
|
|
|
|
name: alpha.content.freeleaps.mathmast.com-cert
|
2025-02-21 09:59:08 +00:00
|
|
|
configs:
|
2025-02-22 12:23:29 +00:00
|
|
|
tz: America/Settle
|
|
|
|
|
appName: content
|
|
|
|
|
serviceApiAccessHost: 0.0.0.0
|
|
|
|
|
serviceApiAccessPort: '8013'
|
|
|
|
|
mongodbName: freeleaps2
|
|
|
|
|
mongodbPort: '27017'
|
|
|
|
|
mongodbUri: mongodb://freeleaps-alpha-mongodb.freeleaps-alpha.svc.freeleaps.cluster:27017/
|
|
|
|
|
freeleapsWwwAsAzureClientSecret: jTu8Q~WceiK-5dfZB44Ww-K4fVGi3_5tHNWYYbdX
|
|
|
|
|
centralStorageWebapiUrlBase: http://central-storage-service.freeleaps-alpha.svc.freeleaps.cluster:8005/api/central_storage
|