Skip to content

Commit 92fdabd

Browse files
author
Drew Meyers
committed
Update env var for redis
1 parent 266c8d5 commit 92fdabd

File tree

1 file changed

+1
-1
lines changed
  • terraform-unity/modules/terraform-unity-sps-airflow

1 file changed

+1
-1
lines changed

terraform-unity/modules/terraform-unity-sps-airflow/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ resource "kubernetes_deployment" "ogc_processes_api" {
586586
}
587587
env {
588588
name = "REDIS_PORT"
589-
value = "6379"
589+
value = 6379
590590
}
591591
env {
592592
name = "EMS_API_URL"

0 commit comments

Comments
 (0)