2020-01-25 19:38:41 +00:00
|
|
|
{ app =
|
2020-07-16 20:12:51 +00:00
|
|
|
{ Config = ./app/config.dhall
|
|
|
|
, K8sList = ./app/list.dhall
|
|
|
|
, make = ./app/make.dhall
|
|
|
|
}
|
2020-01-25 19:38:41 +00:00
|
|
|
, http =
|
2020-07-16 20:12:51 +00:00
|
|
|
{ deployment = ./http/deployment.dhall
|
|
|
|
, ingress = ./http/ingress.dhall
|
|
|
|
, service = ./http/service.dhall
|
|
|
|
}
|
2020-01-25 19:38:41 +00:00
|
|
|
}
|