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:
8
.github/workflows/build_deploy.yaml
vendored
8
.github/workflows/build_deploy.yaml
vendored
@@ -7,9 +7,9 @@ on:
|
||||
|
||||
env:
|
||||
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
||||
GKE_CLUSTER: llama-gke-cluster # Cluster Name
|
||||
GKE_CLUSTER: llama-gke-cluster # Cluster Name
|
||||
GKE_ZONE: europe-west6-a # Cluster zone
|
||||
DEPLOYMENT_NAME: llama-gke-deploy # Deployment name
|
||||
DEPLOYMENT_NAME: llama-gke-deploy # Deployment name
|
||||
IMAGE: llama-app-gke-image # Image Name
|
||||
|
||||
jobs:
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
gcloud --quiet auth configure-docker
|
||||
|
||||
# Get the GKE credentials so we can deploy to the cluster
|
||||
- uses: 'google-github-actions/auth@v2'
|
||||
- uses: google-github-actions/get-gke-credentials@db150f2cc60d1716e61922b832eae71d2a45938f
|
||||
with:
|
||||
cluster_name: ${{ env.GKE_CLUSTER }}
|
||||
location: ${{ env.GKE_ZONE }}
|
||||
@@ -59,7 +59,7 @@ jobs:
|
||||
run: |-
|
||||
curl -sfLo kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/v3.1.0/kustomize_3.1.0_linux_amd64
|
||||
chmod u+x ./kustomize
|
||||
|
||||
|
||||
# Create or update secrets in the GKE cluster
|
||||
- name: Create or Update Secrets
|
||||
run: |-
|
||||
|
||||
Reference in New Issue
Block a user