Skip to content
Snippets Groups Projects
Unverified Commit 19434df2 authored by Jesus Federico's avatar Jesus Federico Committed by GitHub
Browse files

added rake task for checking livness on k8s deployments (#2537)

parent 7c547c36
No related branches found
No related tags found
No related merge requests found
# frozen_string_literal: true
desc('livenessProbe')
task liveness: :environment do
puts "success"
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment