kubermemes/k8s/apps/tulpaforce.xyz.dhall

17 lines
319 B
Plaintext

let makeApp = ../app/make.dhall
let Config = ../app/config.dhall
let image = env:DOCKER_IMAGE as Text ? "xena/tulpaforce:20190906"
let cfg =
Config::{
, name = "tulpaforcexyz"
, appPort = 80
, image = image
, domain = "tulpaforce.xyz"
, leIssuer = "prod"
}
in makeApp cfg