With the templates in this repository, you can easily run various applications on Sealos without worrying about dependencies between applications, just deploy with one click. Use Online
简体中文 | Template Usage Tutorial
- You can create your application template through existing template files or the Create Template (TODO) button. You can create the desired template based on template.yaml.
- The system has some built-in common environment variables and functions. Use syntax like
GitHub Actions
to write template parameters like the${{SEALOS_NAMESPACE}}
environment variable. For specific built-in environment variable information, see variables. - Taking FastGPT as an example, this shows how to create a complete template, see example.md for details.
The Deploy-on-Sealos button icon is ready for use in the current directory. All you need is insert the button image and link to the specific application address to enter the Sealos template one-click deployment page.
- Markdown:
[![](https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg)](https://cloud.sealos.io/?openapp=system-fastdeploy%3FtemplateName%3Dfastgpt)
- HTML:
<a href="https://cloud.sealos.io/?openapp=system-fastdeploy%3FtemplateName%3Dfastgpt"><img src="https://raw.githubusercontent.com/labring-actions/templates/main/Deploy-on-Sealos.svg" alt="Deploy on Sealos"/></a>