mirror of
https://github.com/benitomartin/scale-gke-qdrant-llama.git
synced 2025-12-17 11:04:28 +01:00
added collection
This commit is contained in:
2
.github/workflows/build_deploy.yaml
vendored
2
.github/workflows/build_deploy.yaml
vendored
@@ -74,7 +74,7 @@ jobs:
|
|||||||
# Deploy the Docker image to the GKE cluster
|
# Deploy the Docker image to the GKE cluster
|
||||||
- name: Deploy
|
- name: Deploy
|
||||||
run: |-
|
run: |-
|
||||||
./kustomize edit set image gcr.io/PROJECT_ID/IMAGE:TAG=gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA
|
./kustomize edit set image gcr.io/$PROJECT_ID/$IMAGE:$GITHUB_SHA
|
||||||
./kustomize build . | kubectl apply -f -
|
./kustomize build . | kubectl apply -f -
|
||||||
kubectl rollout status deployment/$DEPLOYMENT_NAME
|
kubectl rollout status deployment/$DEPLOYMENT_NAME
|
||||||
kubectl get services -o wide
|
kubectl get services -o wide
|
||||||
Reference in New Issue
Block a user