File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
nix/cardano-services/deployments Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1111 metricsPath = "${ values . cardano-services . httpPrefix } /metrics" ;
1212
1313 livenessProbe = {
14- timeoutSeconds = 30 ;
14+ timeoutSeconds = 10 ;
1515 periodSeconds = 60 ;
1616 httpGet = {
17- path = "${ values . cardano-services . httpPrefix } /health " ;
17+ path = "${ values . cardano-services . httpPrefix } /ready " ;
1818 port = 3000 ;
1919 } ;
2020 } ;
Original file line number Diff line number Diff line change 1414 livenessProbe = {
1515 timeoutSeconds = 5 ;
1616 httpGet = {
17- path = "${ values . cardano-services . httpPrefix } /health " ;
17+ path = "${ values . cardano-services . httpPrefix } /ready " ;
1818 port = 3000 ;
1919 } ;
2020 } ;
Original file line number Diff line number Diff line change 3030 } ;
3131 livenessProbe = {
3232 httpGet = {
33- path = "${ values . cardano-services . httpPrefix } /health " ;
33+ path = "${ values . cardano-services . httpPrefix } /ready " ;
3434 port = 3000 ;
3535 } ;
3636 } ;
You can’t perform that action at this time.
0 commit comments