Skip to content

Commit

Permalink
Merge pull request #333 from recognizegroup/feature/TD-592_fix_http_s…
Browse files Browse the repository at this point in the history
…caler

TD-592 - Use the correct variable for the port
  • Loading branch information
tom-reinders committed Jun 12, 2023
2 parents ba4a8d6 + 270e394 commit 09497b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/kubernetes/deployment_with_service/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ resource "kubernetes_manifest" "http-scaler" {
scaleTargetRef = {
deployment = var.name
service = var.name
port = var.target_port
port = var.container_port
}

replicas = {
Expand Down

0 comments on commit 09497b9

Please sign in to comment.