Added basic setup for master and certification material
This commit is contained in:
19
files/LFS258/SOLUTIONS/s_07/rs.yaml
Normal file
19
files/LFS258/SOLUTIONS/s_07/rs.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
apiVersion: apps/v1
|
||||
kind: ReplicaSet
|
||||
metadata:
|
||||
name: rs-one
|
||||
spec:
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
system: ReplicaOne
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
system: ReplicaOne
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: nginx:1.15.1
|
||||
ports:
|
||||
- containerPort: 80
|
||||
Reference in New Issue
Block a user