Skip to content
This repository was archived by the owner on Mar 6, 2025. It is now read-only.

Conversation

@nslaughter
Copy link
Contributor

@nslaughter nslaughter commented Jun 16, 2023

For reference, scaffolding a Spec to a file tree could look like this:

{{servicename}}
|- README.md
|- examples/
   |- compose/
      |- docker-compose.yml
   |- helm/
      |- Values.yaml
      |- Chart.yaml
      |- templates/
   |- k8s
      |- templates/
|- dashboards/
   |- overview/
      |- main.tf
|- alerts
   |- mem/
|- images/
   |- dashboards-overview.png

The underlying contents of each component can be specified by reference to templates combined with data where value substitution is required. I like the generality of component instead of modeling the parts separately, in part because they're functionally similar for the spec.

altuner added a commit that referenced this pull request Sep 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants