File tree 5 files changed +9
-9
lines changed
5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -4,10 +4,10 @@ metadata:
4
4
name : hello-world
5
5
spec :
6
6
revisionHistoryLimit : 0
7
+ replicas : 2
7
8
selector :
8
9
matchLabels :
9
10
app : hello-world-deploy
10
- replicas : 2
11
11
template :
12
12
metadata :
13
13
labels :
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ metadata:
4
4
name : hello-world
5
5
spec :
6
6
revisionHistoryLimit : 0
7
+ replicas : 2
7
8
selector :
8
9
matchLabels :
9
10
app : hello-world-deploy
10
- replicas : 2
11
11
template :
12
12
metadata :
13
13
labels :
14
14
app : hello-world-deploy
15
15
svc : example
16
16
spec :
17
17
containers :
18
- - name : hello-world
18
+ - name : main
19
19
image : ondrejsika/training-example:yellow
20
20
ports :
21
21
- containerPort : 80
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ metadata:
4
4
name : hello-world
5
5
spec :
6
6
revisionHistoryLimit : 0
7
+ replicas : 2
7
8
selector :
8
9
matchLabels :
9
10
app : hello-world-deploy
10
- replicas : 2
11
11
template :
12
12
metadata :
13
13
labels :
14
14
app : hello-world-deploy
15
15
svc : example
16
16
spec :
17
17
containers :
18
- - name : hello-world
18
+ - name : main
19
19
image : nginx
20
20
ports :
21
21
- containerPort : 80
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ metadata:
4
4
name : hello-world
5
5
spec :
6
6
revisionHistoryLimit : 0
7
+ replicas : 2
7
8
selector :
8
9
matchLabels :
9
10
app : hello-world-deploy
10
- replicas : 2
11
11
template :
12
12
metadata :
13
13
labels :
14
14
app : hello-world-deploy
15
15
svc : example
16
16
spec :
17
17
containers :
18
- - name : hello-world
18
+ - name : main
19
19
image : httpd
20
20
ports :
21
21
- containerPort : 80
Original file line number Diff line number Diff line change @@ -4,18 +4,18 @@ metadata:
4
4
name : hello-world
5
5
spec :
6
6
revisionHistoryLimit : 0
7
+ replicas : 2
7
8
selector :
8
9
matchLabels :
9
10
app : hello-world-deploy
10
- replicas : 2
11
11
template :
12
12
metadata :
13
13
labels :
14
14
app : hello-world-deploy
15
15
svc : example
16
16
spec :
17
17
containers :
18
- - name : hello-world
18
+ - name : main
19
19
image : ondrejsika/not-existing-image
20
20
ports :
21
21
- containerPort : 80
You can’t perform that action at this time.
0 commit comments