zh-trans: add examples/{policy,service,windows}/ yaml files

This commit is contained in:
Rui Chen
2018-12-03 09:43:05 -05:00
parent 13953625e4
commit b15ccd6c4a
22 changed files with 522 additions and 0 deletions
@@ -0,0 +1,24 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: iis
spec:
replicas: 3
selector:
matchLabels:
app: iis
template:
metadata:
labels:
app: iis
spec:
containers:
- name: iis
image: microsoft/iis
resources:
limits:
memory: "128Mi"
cpu: 2
ports:
- containerPort: 80