File tree 2 files changed +4
-4
lines changed
apps/dolly-search-service
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 34
34
external :
35
35
- host : testnav-pdl-proxy.dev-fss-pub.nais.io
36
36
liveness :
37
- path : /internal/isAlive
37
+ path : /internal/health/liveness
38
38
initialDelay : 20
39
39
periodSeconds : 10
40
40
failureThreshold : 20
46
46
enabled : true
47
47
runtime : java
48
48
readiness :
49
- path : /internal/isReady
49
+ path : /internal/health/readiness
50
50
initialDelay : 20
51
51
periodSeconds : 10
52
52
failureThreshold : 20
Original file line number Diff line number Diff line change 35
35
external :
36
36
- host : testnav-pdl-proxy.dev-fss-pub.nais.io
37
37
liveness :
38
- path : /internal/isAlive
38
+ path : /internal/health/liveness
39
39
initialDelay : 20
40
40
periodSeconds : 10
41
41
failureThreshold : 20
47
47
enabled : true
48
48
runtime : java
49
49
readiness :
50
- path : /internal/isReady
50
+ path : /internal/health/readiness
51
51
initialDelay : 20
52
52
periodSeconds : 10
53
53
failureThreshold : 20
You can’t perform that action at this time.
0 commit comments