We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9463d31 commit 81975b8Copy full SHA for 81975b8
.github/workflows/deployment.yml
@@ -2,10 +2,10 @@ name: Deployment
2
3
env:
4
GCP_PROJECT_ID: "fast-ai-exploration"
5
- GKE_CLUSTER: "fastapi-cluster"
+ GKE_CLUSTER: "tfs-cluster"
6
GKE_REGION: "us-central1"
7
- IMAGE: "gcr.io/fast-ai-exploration/fastapi-k8s"
8
- GKE_DEPLOYMENT: "fastapi-server"
+ IMAGE: "gcr.io/fast-ai-exploration/tfs-k8s"
+ GKE_DEPLOYMENT: "tfs-server"
9
10
on:
11
release:
@@ -23,5 +23,6 @@ jobs:
23
docker run -d --name serving_base tensorflow/serving
24
25
- name: Set up Kustomize
26
+ run: |
27
docker images
28
0 commit comments