freeleaps-ops/freeleaps/helm-pkg/frontend/values.prod.yaml
zhenyus 35da3dbccd feat: add production configuration for chat, backend, and frontend services
Signed-off-by: zhenyus <zhenyus@mathmast.com>
2025-03-07 06:00:56 +08:00

53 lines
1.1 KiB
YAML

global:
registry: docker.io
repository: freeleaps
nodeSelector: {}
frontend:
replicas: 1
image:
registry: docker.io
repository: null
name: frontend
tag: latest
imagePullPolicy: IfNotPresent
ports:
- name: http
containerPort: 8080
protocol: TCP
resources:
requests:
cpu: '100m'
memory: 128Mi
limits:
cpu: '200m'
memory: 256Mi
probes: {}
services:
- name: frontend-service
type: ClusterIP
port: 8080
targetPort: 8080
ingresses:
- name: frontend-ingress
host: 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: freeleaps.mathmast.com-cert
configs:
tz: UTC
frontendPort: 8080
freeleapsChatEndpoint: http://chat-service.freeleaps-prod.svc.freeleaps.cluster:8012
freeleapsBackendEndpoint: http://freeleaps-service.freeleaps-prod.svc.freeleaps.cluster:8001