feat: add gitops and siprouter app templates
This commit is contained in:
@@ -0,0 +1,26 @@
|
||||
{
|
||||
"image": "code.foss.global/serve.zone/gitops:2.13.0",
|
||||
"port": 3000,
|
||||
"envVars": [
|
||||
{
|
||||
"key": "GITOPS_PORT",
|
||||
"value": "3000",
|
||||
"description": "Internal GitOps HTTP port inside the container.",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"key": "GITOPS_ADMIN_USERNAME",
|
||||
"value": "",
|
||||
"description": "Initial admin username for the GitOps web UI.",
|
||||
"required": true
|
||||
},
|
||||
{
|
||||
"key": "GITOPS_ADMIN_PASSWORD",
|
||||
"value": "",
|
||||
"description": "Initial admin password for the GitOps web UI.",
|
||||
"required": true
|
||||
}
|
||||
],
|
||||
"volumes": ["/data/.serve.zone/gitops"],
|
||||
"minOneboxVersion": "1.27.0"
|
||||
}
|
||||
Reference in New Issue
Block a user