Files
website/docs/tasks/federation/replicaset-example-policy.yaml
T
jianglingxia 8828567afd update the yaml of deployment and replicas (#7107)
* update the yaml of deployment and replicas

* update the yaml comment
2018-02-01 09:02:10 -08:00

22 lines
340 B
YAML

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