File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2626 - name : scoutapm
2727 image : " scoutapp/scoutapm:version-1.4.0"
2828 imagePullPolicy : IfNotPresent
29+ # Replace command with one that will shut down on a TERM signal
30+ # The ./core-agent start command line is from the scoutapm docker image
31+ command :
32+ - " sh"
33+ - " -c"
34+ - >-
35+ trap './core-agent shutdown --tcp 0.0.0.0:6590' TERM;
36+ ./core-agent start --daemonize false --log-level debug --tcp 0.0.0.0:6590 &
37+ wait $!
2938 livenessProbe :
3039 exec :
3140 command :
Original file line number Diff line number Diff line change 2424 - name : scoutapm
2525 image : " scoutapp/scoutapm:version-1.4.0"
2626 imagePullPolicy : IfNotPresent
27+ # Replace command with one that will shut down on a TERM signal
28+ # The ./core-agent start command line is from the scoutapm docker image
29+ command :
30+ - " sh"
31+ - " -c"
32+ - >-
33+ trap './core-agent shutdown --tcp 0.0.0.0:6590' TERM;
34+ ./core-agent start --daemonize false --log-level debug --tcp 0.0.0.0:6590 &
35+ wait $!
2736 livenessProbe :
2837 exec :
2938 command :
You can’t perform that action at this time.
0 commit comments