add yaml from /en (#19881)

This commit is contained in:
行颠
2020-03-27 19:54:24 +08:00
committed by GitHub
parent 95d83bb12e
commit 05d962d1d1
11 changed files with 174 additions and 0 deletions
@@ -0,0 +1,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
labels:
app: snowflake
name: snowflake
spec:
replicas: 2
selector:
matchLabels:
app: snowflake
template:
metadata:
labels:
app: snowflake
spec:
containers:
- image: k8s.gcr.io/serve_hostname
imagePullPolicy: Always
name: snowflake