blob: f8d6d759e36f22c53593c20081a27357925a2656 [file] [log] [blame]
gio94904702024-07-26 16:58:34 +04001input: {
gio9bd87ca2025-04-20 08:05:34 +04002 appName: string
3 network: #Network
gio94904702024-07-26 16:58:34 +04004 appSubdomain: string
5}
6
7name: "Dodo App Instance Status"
8
9_subdomain: "status.\(input.appSubdomain)"
10
gio7fbd4ad2024-08-27 10:06:39 +040011out: {
12 ingress: {
13 "status-\(input.appName)": {
14 auth: enabled: false
gio9bd87ca2025-04-20 08:05:34 +040015 network: input.network
gio7fbd4ad2024-08-27 10:06:39 +040016 subdomain: _subdomain
gio9bd87ca2025-04-20 08:05:34 +040017 appRoot: "/\(input.appName)"
gio7fbd4ad2024-08-27 10:06:39 +040018 service: {
19 name: "web"
20 port: name: "http"
21 }
gio94904702024-07-26 16:58:34 +040022 }
23 }
24}