Skip to content

Commit

Permalink
[NORTHFLANK] Updated template file contents
Browse files Browse the repository at this point in the history
  • Loading branch information
northflank-cloud-build-run[bot] authored Dec 6, 2023
1 parent 29f8060 commit 8b67d68
Showing 1 changed file with 54 additions and 58 deletions.
112 changes: 54 additions & 58 deletions northflank-template.json
Original file line number Diff line number Diff line change
@@ -1,63 +1,59 @@
{
"apiVersion": "v1",
"name": "ever-teams-template",
"description": "Open Work and Project Management Platform.",
"project": {
"spec": {
"name": "Ever Teams Template",
"region": "europe-west",
"description": "Open Work and Project Management Platform.",
"color": "#3826A6",
"networking": {
"allowedIngressProjects": []
}
}
},
"concurrencyPolicy": "allow",
"argumentOverrides": {},
"options": {
"autorun": true
},
"apiVersion": "v1",
"spec": {
"kind": "Workflow",
"spec": {
"kind": "Workflow",
"spec": {
"type": "sequential",
"steps": [
{
"kind": "DeploymentService",
"spec": {
"deployment": {
"instances": 1,
"docker": {
"configType": "default"
},
"external": {
"imagePath": "ghcr.io/ever-co/ever-teams-webapp:latest"
}
},
"runtimeEnvironment": {},
"runtimeFiles": {},
"billing": {
"deploymentPlan": "nf-compute-10"
},
"name": "ever-teams-web",
"ports": [
{
"internalPort": 3000,
"protocol": "HTTP",
"public": true,
"name": "p01",
"domains": [],
"security": {
"policies": [],
"credentials": []
},
"disableNfDomain": false
}
]
}
}
"type": "sequential",
"steps": [
{
"kind": "DeploymentService",
"spec": {
"deployment": {
"instances": 1,
"docker": {
"configType": "default"
},
"external": {
"imagePath": "ghcr.io/ever-co/ever-teams-webapp:latest"
}
},
"runtimeEnvironment": {},
"runtimeFiles": {},
"billing": {
"deploymentPlan": "nf-compute-10"
},
"name": "ever-teams-web",
"ports": [
{
"internalPort": 3000,
"protocol": "HTTP",
"public": true,
"name": "p01",
"domains": [],
"security": {
"policies": [],
"credentials": []
},
"disableNfDomain": false
}
]
}
}
]
}
},
"name": "ever-teams-template",
"description": "Open Work and Project Management Platform.",
"project": {
"spec": {
"name": "Ever Teams Template",
"region": "europe-west",
"description": "Open Work and Project Management Platform.",
"color": "#3826A6",
"networking": {
"allowedIngressProjects": []
}
}
}
},
"$schema": "https://api.northflank.com/v1/schemas/template"
}

0 comments on commit 8b67d68

Please sign in to comment.