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