Commit 22648ec 1 parent 0f02a84 commit 22648ec Copy full SHA for 22648ec
File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ spec:
35
35
memory : 2Gi
36
36
readinessProbe :
37
37
httpGet :
38
- path : /ping.json
38
+ path : /ping
39
39
port : 9292
40
40
initialDelaySeconds : 5
41
41
periodSeconds : 10
42
42
livenessProbe :
43
43
httpGet :
44
- path : /ping.json
44
+ path : /ping
45
45
port : 9292
46
46
initialDelaySeconds : 15
47
47
periodSeconds : 10
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ spec:
35
35
memory : 2Gi
36
36
readinessProbe :
37
37
httpGet :
38
- path : /ping.json
38
+ path : /ping
39
39
port : 9292
40
40
initialDelaySeconds : 5
41
41
periodSeconds : 10
42
42
livenessProbe :
43
43
httpGet :
44
- path : /ping.json
44
+ path : /ping
45
45
port : 9292
46
46
initialDelaySeconds : 15
47
47
periodSeconds : 10
Original file line number Diff line number Diff line change @@ -19,9 +19,9 @@ def app
19
19
end
20
20
end
21
21
22
- context "when GET /ping.json route is called" do
22
+ context "when GET /ping route is called" do
23
23
before do
24
- get "/ping.json "
24
+ get "/ping"
25
25
end
26
26
27
27
it "returns 200" do
You can’t perform that action at this time.
0 commit comments