From 76616d3568032e2e3d9c1c6c83c2264f8c93ecb3 Mon Sep 17 00:00:00 2001 From: freeleaps-gitops-bot Date: Tue, 25 Feb 2025 05:10:07 +0000 Subject: [PATCH] ci(bump): bump frontend image version for alpha to snapshot-b2aa091 --- freeleaps/helm-pkg/frontend/values.alpha.yaml | 40 ++++++++----------- 1 file changed, 17 insertions(+), 23 deletions(-) diff --git a/freeleaps/helm-pkg/frontend/values.alpha.yaml b/freeleaps/helm-pkg/frontend/values.alpha.yaml index f10008d8..918b8bd3 100644 --- a/freeleaps/helm-pkg/frontend/values.alpha.yaml +++ b/freeleaps/helm-pkg/frontend/values.alpha.yaml @@ -5,30 +5,28 @@ global: frontend: replicas: 1 image: - registry: - repository: freeleaps + registry: docker.io + repository: null name: frontend - tag: 1.0.0 + tag: snapshot-b2aa091 imagePullPolicy: IfNotPresent ports: - - name: http - containerPort: 8080 - protocol: TCP + - name: http + containerPort: 8080 + 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 + - name: frontend-service + type: ClusterIP + port: 8080 + targetPort: 8080 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" \ No newline at end of file + freeleapsChatEndpoint: https://alpha.chat.freeleaps.mathmast.com + freeleapsBackendEndpoint: https://alpha.api.freeleaps.mathmast.com