Update kube-deploy.md

Add `imagePullPolicy` as `Never` so that Kubernetes will use local `getting-started` image built from previous step
This commit is contained in:
minhtaile2712 2022-08-11 15:42:52 +07:00 committed by GitHub
parent 184fbf7a71
commit 4f95480ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -45,6 +45,7 @@ All containers in Kubernetes are scheduled as _pods_, which are groups of co-loc
containers:
- name: bb-site
image: getting-started
imagePullPolicy: Never
---
apiVersion: v1
kind: Service