Skip to content

Commit bc96654

Browse files
committed
file and contents update
1 parent 565a6a5 commit bc96654

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

guestbook-go/redis-slave-controller.json renamed to guestbook-go/redis-replica-controller.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,29 @@
22
"kind":"ReplicationController",
33
"apiVersion":"v1",
44
"metadata":{
5-
"name":"redis-slave",
5+
"name":"redis-replica",
66
"labels":{
77
"app":"redis",
8-
"role":"slave"
8+
"role":"replica"
99
}
1010
},
1111
"spec":{
1212
"replicas":2,
1313
"selector":{
1414
"app":"redis",
15-
"role":"slave"
15+
"role":"replica"
1616
},
1717
"template":{
1818
"metadata":{
1919
"labels":{
2020
"app":"redis",
21-
"role":"slave"
21+
"role":"replica"
2222
}
2323
},
2424
"spec":{
2525
"containers":[
2626
{
27-
"name":"redis-slave",
27+
"name":"redis-replica",
2828
"image":"k8s.gcr.io/redis-slave:v2",
2929
"ports":[
3030
{

0 commit comments

Comments
 (0)