We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3151d2 commit ac85e0eCopy full SHA for ac85e0e
1 file changed
Kubernetese/ReplicaSet.yml
@@ -0,0 +1,22 @@
1
+---
2
+apiVersion: apps/v1
3
+kind: ReplicaSet
4
+metadata:
5
+ name: tomcat-rc
6
+ labels:
7
+ author: edureka
8
+ type: webserver
9
+spec:
10
+ replicas: 3
11
+ selector:
12
+ matchLabels:
13
14
+ template:
15
+ metadata:
16
+ name: tomcat-pod
17
18
19
+ spec:
20
+ containers:
21
+ - name: mytomcat
22
+ image: tomcat
0 commit comments