mirror of
https://github.com/benitomartin/scale-gke-qdrant-llama.git
synced 2025-12-18 11:34:26 +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:
|
env:
|
||||||
PROJECT_ID: ${{ secrets.GKE_PROJECT }}
|
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
|
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
|
IMAGE: llama-app-gke-image # Image Name
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
@@ -34,7 +34,7 @@ jobs:
|
|||||||
gcloud --quiet auth configure-docker
|
gcloud --quiet auth configure-docker
|
||||||
|
|
||||||
# Get the GKE credentials so we can deploy to the cluster
|
# 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:
|
with:
|
||||||
cluster_name: ${{ env.GKE_CLUSTER }}
|
cluster_name: ${{ env.GKE_CLUSTER }}
|
||||||
location: ${{ env.GKE_ZONE }}
|
location: ${{ env.GKE_ZONE }}
|
||||||
@@ -59,7 +59,7 @@ jobs:
|
|||||||
run: |-
|
run: |-
|
||||||
curl -sfLo kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/v3.1.0/kustomize_3.1.0_linux_amd64
|
curl -sfLo kustomize https://github.com/kubernetes-sigs/kustomize/releases/download/v3.1.0/kustomize_3.1.0_linux_amd64
|
||||||
chmod u+x ./kustomize
|
chmod u+x ./kustomize
|
||||||
|
|
||||||
# Create or update secrets in the GKE cluster
|
# Create or update secrets in the GKE cluster
|
||||||
- name: Create or Update Secrets
|
- name: Create or Update Secrets
|
||||||
run: |-
|
run: |-
|
||||||
|
|||||||
Reference in New Issue
Block a user