Skip to content

Commit

Permalink
add controllers/replicaset.yaml to example
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed May 24, 2019
1 parent 930afc9 commit 4026b94
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions content/id/examples/controllers/replicaset.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: apps/v1
kind: ReplicaSet
metadata:
name: my-repset
spec:
replicas: 3
selector:
matchLabels:
pod-is-for: garbage-collection-example
template:
metadata:
labels:
pod-is-for: garbage-collection-example
spec:
containers:
- name: nginx
image: nginx

0 comments on commit 4026b94

Please sign in to comment.