add yaml from /en (#19881)

This commit is contained in:
行颠
2020-03-27 19:54:24 +08:00
committed by bryan
parent aecf7e78b6
commit f693494f33
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