Feature/33 api fails when no pilots or logbook entries #35
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "api",
|
"name": "api",
|
||||||
"version": "0.0.15",
|
"version": "0.0.16",
|
||||||
"description": "",
|
"description": "",
|
||||||
"author": "",
|
"author": "",
|
||||||
"private": true,
|
"private": true,
|
||||||
|
|||||||
@@ -48,7 +48,7 @@ resource "azurerm_container_app" "container_app_api" {
|
|||||||
ingress {
|
ingress {
|
||||||
allow_insecure_connections = false
|
allow_insecure_connections = false
|
||||||
external_enabled = true
|
external_enabled = true
|
||||||
target_port = 3000
|
target_port = 9090
|
||||||
transport = "auto"
|
transport = "auto"
|
||||||
|
|
||||||
traffic_weight {
|
traffic_weight {
|
||||||
|
|||||||
Reference in New Issue
Block a user