We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 565a6a5 commit bc96654Copy full SHA for bc96654
guestbook-go/redis-slave-controller.json renamed to guestbook-go/redis-replica-controller.json
@@ -2,29 +2,29 @@
2
"kind":"ReplicationController",
3
"apiVersion":"v1",
4
"metadata":{
5
- "name":"redis-slave",
+ "name":"redis-replica",
6
"labels":{
7
"app":"redis",
8
- "role":"slave"
+ "role":"replica"
9
}
10
},
11
"spec":{
12
"replicas":2,
13
"selector":{
14
15
16
17
"template":{
18
19
20
21
22
23
24
25
"containers":[
26
{
27
28
"image":"k8s.gcr.io/redis-slave:v2",
29
"ports":[
30
0 commit comments