Commit 7e9345b
Add wg-easy applicaiton example with helmfile and taskfile flow (#39)
* Add wg-easy application example with helmfile and taskfile flow
* Update port configuration and expose utility tasks
- Change web/HTTPS ports from 80/443 to 30080/30443
- Configure explicit nodePort values for Traefik
- Make utility tasks public by removing internal flags
- Fix helmfile command execution with eval
- Enable web route configuration in wg-easy values
* Parameterize application name with default value of wg-easy
* Update kubeconfig file naming convention
* Try splitting sdk into it's own chart and deploying
* Roll back sdk in helmfile will need a seperate path through replicated release for that
* Using environments to enable local vs SaaS release testing, but I don't like it
* First pass at docs
* docs(wg-easy): Add prerequisites section to development workflow
* Refactor Taskfile to improve k3s traefik removal workflow
* Update documentation to reference setup-kubeconfig instead of get-kubeconfig
* refactor: Enhance GCP VM creation and SSH connection with robust retry and timeout logic
* add verify kubeconfig
* add list cluster and use dotenv to update chart release version
* update taskfile to fix promote fail and add release lint inspect
* add example env
* add development md
* remove delelopment md
* Use REPLICATED_APP for app name
we already have to have this set to work with the
replicated CLI
* Consistent naming for release tasks
* task dep
* update docs
* add design md to use AI for choosing right tools and start to create a development workflow
* Remove unrelated change and update doc
* rollback unrelated change
* remove unrelated change
* update doc
* more <noun>-<verb> naming
* scrape namespaces from helmChart resources
* remove additionalNamespaces from global appliation manifest
* Add script to automatically set helmChart versions from Chart.yaml
* Inline version script
---------
Co-authored-by: Dexter Yan <[email protected]>
Co-authored-by: hedge-sparrow <[email protected]>
Co-authored-by: Ash <[email protected]>1 parent 7ee101b commit 7e9345b
File tree
38 files changed
+2483
-0
lines changed- applications/wg-easy
- cert-manager-issuers
- replicated
- templates
- cert-manager
- replicated
- templates
- charts/templates
- templates
- docs
- replicated-sdk
- replicated
- replicated
- taskfiles
- traefik
- replicated
- templates
- wg-easy
- replicated
38 files changed
+2483
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
0 commit comments