This commit is contained in:
zhenyus 2025-02-25 13:37:13 +08:00
commit 58f1f320e0

View File

@ -5,10 +5,10 @@ global:
frontend:
replicas: 1
image:
registry:
repository: freeleaps
registry: docker.io
repository: null
name: frontend
tag: 1.0.0
tag: snapshot-11154d4
imagePullPolicy: IfNotPresent
ports:
- name: http
@ -16,19 +16,17 @@ frontend:
protocol: TCP
resources:
requests:
cpu: "200m"
memory: "128Mi"
cpu: 200m
memory: 128Mi
limits:
cpu: "0.5"
memory: "256Mi"
# FIXME: Wait until the developers implements the probes APIs
cpu: '0.5'
memory: 256Mi
probes: {}
services:
- name: frontend-service
type: ClusterIP
port: 8080
targetPort: 8080
# Defaults to {}, which means doesn't have any ingress
ingresses:
- name: frontend-ingress
host: alpha.freeleaps.mathmast.com
@ -48,11 +46,7 @@ frontend:
kind: ClusterIssuer
name: alpha.freeleaps.mathmast.com-cert
configs:
# TZ
tz: "UTC"
# FRONTEND_PORT
tz: UTC
frontendPort: 8080
# FREELEAPS_CHAT_ENDPOINT
freeleapsChatEndpoint: "https://alpha.chat.freeleaps.mathmast.com"
# FREELEAPS_BACKEND_ENDPOINT
freeleapsBackendEndpoint: "https://alpha.api.freeleaps.mathmast.com"
freeleapsChatEndpoint: https://alpha.chat.freeleaps.mathmast.com
freeleapsBackendEndpoint: https://alpha.api.freeleaps.mathmast.com