Skip to content

Commit

Permalink
period of seconds for probe --> 60 sec
Browse files Browse the repository at this point in the history
  • Loading branch information
yaman committed Sep 23, 2019
1 parent 3b26ef2 commit de87a0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ resource "kubernetes_deployment" "flink_jobmanager" {
}

initial_delay_seconds = 30
period_seconds = 5
period_seconds = 60
}

image_pull_policy = "Always"
Expand Down Expand Up @@ -238,7 +238,7 @@ resource "kubernetes_deployment" "flink_taskmanager" {
}

initial_delay_seconds = 30
period_seconds = 5
period_seconds = 60
}

image_pull_policy = "Always"
Expand Down

0 comments on commit de87a0d

Please sign in to comment.