-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #8 from customink/bot/catalog-yaml
Add catalog.yaml
- Loading branch information
Showing
1 changed file
with
28 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,28 @@ | ||
name: codespaces-features | ||
|
||
owner: # team definitions at https://app.opslevel.com/teams | ||
|
||
purpose: # multiple choice | ||
# - app | ||
# - demo | ||
# - library | ||
# - configuration | ||
# - other | ||
deployment_type: # multiple choice | ||
# - kubernetes | ||
# - infrastructure_serverless | ||
- package | ||
# - cli-only | ||
# - data | ||
# - docker-image | ||
|
||
# tier: tier_1 # Mission-critical service or repository. Failure could result in significant impact to revenue or reputation. | ||
# tier: tier_2 # Customer-facing service or repository. Failure results in degraded experience for customers, although without significant impact to revenue or reputation. | ||
# tier: tier_3 # Internal service or repository. Failure could result in productivity being compromised within the company. | ||
# tier: tier_4 # Other service or repository. Failure doesn't result in immediate or significant impact. | ||
# tier: tier_na # this repo does not have a tier. typically libraries | ||
|
||
properties: | ||
public_facing: false | ||
pci: false | ||
pii: false |