zh-trans: add examples/{controllers,debug,federation}/ yaml files

This commit is contained in:
Rui Chen
2018-12-03 09:13:06 -05:00
parent 13953625e4
commit b3a0ff3479
18 changed files with 913 additions and 0 deletions
@@ -0,0 +1,21 @@
apiVersion: apps/v1
kind: ReplicaSet
metadata:
labels:
app: nginx-pci
name: nginx-pci
annotations:
requires-pci: "true"
spec:
replicas: 3
selector:
matchLabels:
app: nginx-pci
template:
metadata:
labels:
app: nginx-pci
spec:
containers:
- image: nginx
name: nginx-pci