12 lines
245 B
Plaintext
12 lines
245 B
Plaintext
|
{ app =
|
||
|
{ Config = ./app/config.dhall
|
||
|
, K8sList = ./app/list.dhall
|
||
|
, make = ./app/make.dhall
|
||
|
}
|
||
|
, http =
|
||
|
{ deployment = ./http/deployment.dhall
|
||
|
, ingress = ./http/ingress.dhall
|
||
|
, service = ./http/service.dhall
|
||
|
}
|
||
|
}
|