Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Espen Henriksen authored Jul 26, 2022
1 parent 0a0f62c commit 3eb657b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ resource "kubernetes_deployment_v1" "deployment" {
}
liveness_probe {
http_get {
path = "/healtz"
path = "/healthz"
port = "probes"
}
}
Expand All @@ -62,4 +62,4 @@ resource "kubernetes_deployment_v1" "deployment" {
}
}
}
}
}

0 comments on commit 3eb657b

Please sign in to comment.