Skip to content

Commit

Permalink
TEMP: unprivileged on port 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
saliceti committed Aug 8, 2024
1 parent f17c614 commit 90a6d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/application/application.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module "web_application" {
cluster_configuration_map = module.cluster_data.configuration_map
kubernetes_config_map_name = module.application_configuration.kubernetes_config_map_name
kubernetes_secret_name = module.application_configuration.kubernetes_secret_name
web_port = 80
web_port = 8080
probe_path = "/"

docker_image = var.docker_image
Expand Down

0 comments on commit 90a6d17

Please sign in to comment.