Skip to content

Commit bd982ec

Browse files
committed
fix: Use proper hello world image (more)
- use `ondrejsika/training-example` instead of `sikalabs/hello-world-server` - image `sikalabs/hello-world-server` listen on port 8000, manifests require 80
1 parent 802e9d5 commit bd982ec

12 files changed

+12
-12
lines changed

canary_canary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: hello-world
18-
image: sikalabs/hello-world-server:green
18+
image: ondrejsika/training-example:green
1919
ports:
2020
- containerPort: 80
2121
resources:

canary_default.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ spec:
1515
spec:
1616
containers:
1717
- name: hello-world
18-
image: sikalabs/hello-world-server:blue
18+
image: ondrejsika/training-example:blue
1919
ports:
2020
- containerPort: 80
2121
resources:

daemonset.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: hello-world
21-
image: sikalabs/hello-world-server:green
21+
image: ondrejsika/training-example:green
2222
ports:
2323
- containerPort: 80
2424
resources:

daemonset2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
spec:
1919
containers:
2020
- name: hello-world
21-
image: sikalabs/hello-world-server:yellow
21+
image: ondrejsika/training-example:yellow
2222
ports:
2323
- containerPort: 80
2424
resources:

nodename.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: hello
8-
image: sikalabs/hello-world-server
8+
image: ondrejsika/training-example
99
resources:
1010
requests:
1111
memory: 10Mi

nodeselector.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
spec:
66
containers:
77
- name: hello
8-
image: sikalabs/hello-world-server
8+
image: ondrejsika/training-example
99
resources:
1010
requests:
1111
memory: 10Mi

statefulset.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ spec:
2929
spec:
3030
containers:
3131
- name: hello-world
32-
image: sikalabs/hello-world-server:green
32+
image: ondrejsika/training-example:green
3333
ports:
3434
- containerPort: 80
3535
resources:

statefulset2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ spec:
3333
spec:
3434
containers:
3535
- name: hello-world
36-
image: sikalabs/hello-world-server:yellow
36+
image: ondrejsika/training-example:yellow
3737
ports:
3838
- containerPort: 80
3939
resources:

strategy_recreate.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
terminationGracePeriodSeconds: 2
2121
containers:
2222
- name: hello-world
23-
image: sikalabs/hello-world-server:green
23+
image: ondrejsika/training-example:green
2424
ports:
2525
- containerPort: 80
2626
resources:

strategy_recreate_2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ spec:
2020
terminationGracePeriodSeconds: 2
2121
containers:
2222
- name: hello-world
23-
image: sikalabs/hello-world-server:yellow
23+
image: ondrejsika/training-example:yellow
2424
ports:
2525
- containerPort: 80
2626
resources:

strategy_rolling_update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: hello-world
25-
image: sikalabs/hello-world-server:green
25+
image: ondrejsika/training-example:green
2626
ports:
2727
- containerPort: 80
2828
resources:

strategy_rolling_update_2.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ spec:
2222
spec:
2323
containers:
2424
- name: hello-world
25-
image: sikalabs/hello-world-server:yellow
25+
image: ondrejsika/training-example:yellow
2626
ports:
2727
- containerPort: 80
2828
resources:

0 commit comments

Comments
 (0)