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