kubermemes/k8s/apps/within.website.dhall

17 lines
329 B
Plaintext
Raw Normal View History

2020-01-25 18:54:21 +00:00
let makeApp = ../app/make.dhall
let Config = ../app/config.dhall
2020-01-31 14:07:38 +00:00
let image = env:DOCKER_IMAGE as Text ? "xena/within.website:013120201402"
2020-01-25 18:54:21 +00:00
let cfg =
Config::{
, name = "withinwebsite"
, appPort = 5000
, image = image
, domain = "within.website"
, leIssuer = "prod"
}
in makeApp cfg