Skip to content

Commit

Permalink
deployment: set config volume
Browse files Browse the repository at this point in the history
  • Loading branch information
AnatoleAM committed Dec 1, 2023
1 parent 11fd595 commit 13d13b0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions terraform/deployment.tf
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ resource "kubernetes_deployment" "app" {
}
}

env_from {
secret_ref {
name = kubernetes_secret.app.metadata[0].name
}
}

liveness_probe {
http_get {
port = "http"
Expand Down

0 comments on commit 13d13b0

Please sign in to comment.