Skip to content

Commit

Permalink
feat: add eks demo app (#38)
Browse files Browse the repository at this point in the history
feat: use introspection api
  • Loading branch information
jordan-acosta authored Jan 4, 2025
1 parent 610fe26 commit eed4cab
Show file tree
Hide file tree
Showing 20 changed files with 10 additions and 47 deletions.
5 changes: 0 additions & 5 deletions nuon/components/container_image.toml

This file was deleted.

7 changes: 7 additions & 0 deletions nuon/components/introspection_api.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
name = "introspection_api"
type = "docker_build"
dockerfile = "Dockerfile"
[public_repo]
repo = "demo"
directory = "src/introspection-api"
branch = "main"
39 changes: 0 additions & 39 deletions nuon/nuon.aws-ecs-app.toml

This file was deleted.

2 changes: 1 addition & 1 deletion nuon/nuon.aws-ecs-byovpc.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ branch = "main"
vpc_id = "{{.nuon.install.inputs.vpc_id}}"

[[components]]
source = "components/docker_image.toml"
source = "components/introspection_api.toml"

[[components]]
source = "components/ecs_service.toml"
2 changes: 1 addition & 1 deletion nuon/nuon.ecs-demo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repo = "nuonco/sandboxes"
branch = "main"

[[components]]
source = "components/container_image.toml"
source = "components/introspection_api.toml"

[[components]]
source = "components/ecs_service.toml"
2 changes: 1 addition & 1 deletion nuon/nuon.eks-demo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ repo = "nuonco/sandboxes"
branch = "main"

[[components]]
source = "components/container_image.toml"
source = "components/introspection_api.toml"

[[components]]
source = "components/certificate.toml"
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit eed4cab

Please # to comment.