-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[NORTHFLANK] Updated template file contents
- Loading branch information
1 parent
29f8060
commit 8b67d68
Showing
1 changed file
with
54 additions
and
58 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |