freeleaps-ops/freeleaps/helm-pkg/content/values.alpha.yaml

58 lines
1.4 KiB
YAML
Raw Normal View History

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
content:
replicas: 1
image:
registry: docker.io
repository: null
name: content
tag: 0.0.0
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8013
protocol: TCP
resources:
requests:
cpu: '0.5'
memory: 512Mi
limits:
cpu: '1'
memory: 1Gi
probes: {}
services:
- 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
configs:
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