c87a30450a
1. Confirm the document content is similar as en version.
2. Merge the zh release-1.14 version into 1.15 version
3. add the 1.14 all sample into 1.15 for template work. The build looks fine.
- docs
- concepts
- architecture
25 lines
452 B
YAML
25 lines
452 B
YAML
apiVersion: apps/v1
|
|
kind: Deployment
|
|
metadata:
|
|
name: hello
|
|
spec:
|
|
selector:
|
|
matchLabels:
|
|
app: hello
|
|
tier: backend
|
|
track: stable
|
|
replicas: 7
|
|
template:
|
|
metadata:
|
|
labels:
|
|
app: hello
|
|
tier: backend
|
|
track: stable
|
|
spec:
|
|
containers:
|
|
- name: hello
|
|
image: "gcr.io/google-samples/hello-go-gke:1.0"
|
|
ports:
|
|
- name: http
|
|
containerPort: 80
|