ci(bump): bump ailab image version for alpha to snapshot-0125677

This commit is contained in:
freeleaps-gitops-bot 2025-07-14 08:56:48 +00:00
parent eeacbcc00d
commit 6ac6b41168

View File

@ -5,52 +5,51 @@ global:
ailab: ailab:
replicas: 1 replicas: 1
image: image:
registry: registry: docker.io
repository: freeleaps repository: null
name: ailab name: ailab
tag: 0.0.1 tag: snapshot-0125677
imagePullPolicy: IfNotPresent imagePullPolicy: IfNotPresent
ports: ports:
- name: http - name: http
containerPort: 8009 containerPort: 8009
protocol: TCP protocol: TCP
resources: resources:
requests: requests:
cpu: "0.1" cpu: '0.1'
memory: "64Mi" memory: 64Mi
limits: limits:
cpu: "0.2" cpu: '0.2'
memory: "128Mi" memory: 128Mi
probes: {} probes: {}
services: services:
- name: ailab-service - name: ailab-service
type: ClusterIP type: ClusterIP
port: 8009 port: 8009
targetPort: 8009 targetPort: 8009
serviceMonitor: serviceMonitor:
enabled: false enabled: false
labels: labels:
release: kube-prometheus-stack release: kube-prometheus-stack
namespace: freeleaps-monitoring-system namespace: freeleaps-monitoring-system
interval: 30s interval: 30s
scrapeTimeout: "" scrapeTimeout: ''
# Defaults to {}, which means doesn't have any ingress
ingresses: {} ingresses: {}
configs: configs:
serviceApiAccessHost: "0.0.0.0" serviceApiAccessHost: 0.0.0.0
serviceApiAccessPort: 8009 serviceApiAccessPort: 8009
containerAppRoot: /app containerAppRoot: /app
azureTranslationApiKey: "eaf4c14eb06b4cd790e90111dc6e9f57" azureTranslationApiKey: eaf4c14eb06b4cd790e90111dc6e9f57
azureTranslationApiLocation: "global" azureTranslationApiLocation: global
azureTranslationApiEndpoint: "https://api.cognitive.microsofttranslator.com" azureTranslationApiEndpoint: https://api.cognitive.microsofttranslator.com
azureDocumentTranslationApiEndpoint: "https://freeleaps-translation.cognitiveservices.azure.com/" azureDocumentTranslationApiEndpoint: https://freeleaps-translation.cognitiveservices.azure.com/
azureOpenaiApiVersion: "2024-08-06" azureOpenaiApiVersion: '2024-08-06'
azureOpenaiApiKey: "BZWqFEpDiMFMAdJvGKeDisjwepqEQpKDH8R9R8Yjp8GFXCRqjeuzJQQJ99ALAC4f1cMXJ3w3AAABACOGrMqX" azureOpenaiApiKey: BZWqFEpDiMFMAdJvGKeDisjwepqEQpKDH8R9R8Yjp8GFXCRqjeuzJQQJ99ALAC4f1cMXJ3w3AAABACOGrMqX
azureOpenaiEndpoint: "https://freeleaps-azure-openai.openai.azure.com/" azureOpenaiEndpoint: https://freeleaps-azure-openai.openai.azure.com/
anthropicApiKey: "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" anthropicApiKey: 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
anthropicApiModelVersion: "claude-3-5-sonnet-20241022" anthropicApiModelVersion: claude-3-5-sonnet-20241022
anthropicApiModelMaxToken: 1024 anthropicApiModelMaxToken: 1024
redisUrl: "redis://freeleaps-alpha-redis-master.freeleaps-alpha.svc.freeleaps.cluster:6379" redisUrl: redis://freeleaps-alpha-redis-master.freeleaps-alpha.svc.freeleaps.cluster:6379
vpa: vpa:
minAllowed: minAllowed:
enabled: false enabled: false
@ -61,5 +60,5 @@ ailab:
cpu: 200m cpu: 200m
memory: 128Mi memory: 128Mi
controlledResources: controlledResources:
- cpu - cpu
- memory - memory