deploy: rollout v11 network fix
Build MCP Services / build-mcp-filesystem (push) Has been cancelled Details

This commit is contained in:
Antigravity 2026-05-15 00:44:22 -04:00
parent 447726a59a
commit f7039eb4f6
2 changed files with 9 additions and 2 deletions

View File

@ -8,6 +8,7 @@ metadata:
k8s.apisix.apache.org/proxy-rewrite: '{"uri": "/$1", "regex_uri": ["^/api/whisper/(.*)", "/$1"]}'
k8s.apisix.apache.org/upstream-read-timeout: "120s"
k8s.apisix.apache.org/upstream-send-timeout: "120s"
k8s.apisix.apache.org/client-max-body-size: "50m"
spec:
ingressClassName: apisix
rules:

View File

@ -21,10 +21,16 @@ spec:
resources:
requests:
cpu: "250m"
memory: "512Mi" # Drastically reduced to ensure scheduling
memory: "512Mi"
limits:
cpu: "1"
memory: "1Gi"
memory: "2Gi" # Increased for safe model loading
readinessProbe:
httpGet:
path: /health
port: 8000
initialDelaySeconds: 15
periodSeconds: 10
env:
- name: WHISPER_MODEL
value: "tiny"