ci(bump): bump frontend image version for alpha to snapshot-b2aa091

This commit is contained in:
freeleaps-gitops-bot 2025-02-25 05:10:07 +00:00
parent c54fd610b8
commit 76616d3568

View File

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