Add generic LLM worker
This commit is contained in:
@@ -53,6 +53,10 @@ jobs:
|
||||
kubectl apply -f k8s/postgres.yaml
|
||||
kubectl apply -f k8s/server-deployment.yaml
|
||||
kubectl apply -f k8s/server-service.yaml
|
||||
kubectl apply -f k8s/worker-deployment.yaml
|
||||
kubectl -n ai-service set image deployment/ai-service \
|
||||
server=${{ env.NODE_REGISTRY }}/admin/ai-service:${{ github.sha }}
|
||||
kubectl -n ai-service set image deployment/ai-service-worker \
|
||||
worker=${{ env.NODE_REGISTRY }}/admin/ai-service:${{ github.sha }}
|
||||
kubectl -n ai-service rollout status deployment/ai-service --timeout=180s
|
||||
kubectl -n ai-service rollout status deployment/ai-service-worker --timeout=180s
|
||||
|
||||
Reference in New Issue
Block a user