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

53 lines
1.1 KiB
YAML
Raw Normal View History

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
frontend:
replicas: 1
image:
registry: docker.io
repository: null
name: frontend
tag: snapshot-a10c0f6
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8080
protocol: TCP
resources:
requests:
cpu: 200m
memory: 128Mi
limits:
cpu: '0.5'
memory: 256Mi
probes: {}
services:
- name: frontend-service
type: ClusterIP
port: 8080
targetPort: 8080
ingresses:
- name: frontend-ingress
host: alpha.freeleaps.mathmast.com
class: nginx
rules:
- path: /
pathType: Prefix
backend:
service:
name: frontend-service
port:
number: 8080
tls:
exists: false
issuerRef:
name: mathmast-dot-com
kind: ClusterIssuer
name: alpha.freeleaps.mathmast.com-cert
configs:
tz: UTC
frontendPort: 8080
freeleapsChatEndpoint: http://chat-service.freeleaps-alpha.svc.freeleaps.cluster:8012
freeleapsBackendEndpoint: https://freeleaps-service.freeleaps-alpha.svc.freeleaps.cluster:8001