Skip to content

Commit

Permalink
Merge pull request #19 from nais/call_termination_endpoint_for_cloudsql
Browse files Browse the repository at this point in the history
add quitquitquit for cloudsql-proxy
  • Loading branch information
Muni10 authored Feb 7, 2024
2 parents 7bfb0f8 + e17e7ab commit 7f11a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pub fn generate() -> BTreeMap<String, Action> {
BTreeMap::from([
(
"cloudsql-proxy".into(),
Action::Exec("kill -s INT 1".split(' ').map(String::from).collect()),
Action::Portforward(Method::POST, "/quitquitquit".parse::<Uri>().unwrap(), 9091),
),
(
"vks-sidecar".into(),
Expand Down

0 comments on commit 7f11a0f

Please sign in to comment.