Commit ee15e75 1 parent b985fad commit ee15e75 Copy full SHA for ee15e75
File tree 1 file changed +3
-3
lines changed
infrastructure/adminservices-test/altinn-apim-test-rg
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ resource "azurerm_container_app" "container_app" {
60
60
failure_count_threshold = 10
61
61
timeout = 1
62
62
port = 8080
63
- transport = " http "
63
+ transport = " HTTP "
64
64
}
65
65
readiness_probe {
66
66
path = " /swagger/swagger.json"
@@ -70,7 +70,7 @@ resource "azurerm_container_app" "container_app" {
70
70
success_count_threshold = 1
71
71
timeout = 1
72
72
port = 8080
73
- transport = " http "
73
+ transport = " HTTP "
74
74
}
75
75
liveness_probe {
76
76
path = " /swagger/swagger.json"
@@ -79,7 +79,7 @@ resource "azurerm_container_app" "container_app" {
79
79
failure_count_threshold = 3
80
80
timeout = 1
81
81
port = 8080
82
- transport = " http "
82
+ transport = " HTTP "
83
83
}
84
84
}
85
85
min_replicas = 0
You can’t perform that action at this time.
0 commit comments