diff --git a/Intentor/config.yaml b/Intentor/config.yaml index 8aa3693..0b475a5 100644 --- a/Intentor/config.yaml +++ b/Intentor/config.yaml @@ -1,6 +1,6 @@ name: "Intentor" description: "Intent based automation platform" -version: "0.0.3" +version: "0.0.4" slug: "intentor" init: false arch: @@ -8,4 +8,7 @@ arch: - amd64 startup: application ports: - 8080/tcp: 8080 \ No newline at end of file + 8080/tcp: 8080 +ingress: true +ingress_entry: / +ingress_port: 8080 \ No newline at end of file