forked from External/greenlight
added rake task for checking livness on k8s deployments (#2537)
This commit is contained in:
parent
7c547c36ec
commit
19434df22c
|
@ -0,0 +1,6 @@
|
||||||
|
# frozen_string_literal: true
|
||||||
|
|
||||||
|
desc('livenessProbe')
|
||||||
|
task liveness: :environment do
|
||||||
|
puts "success"
|
||||||
|
end
|
Loading…
Reference in New Issue