Skip to content

Instantly share code, notes, and snippets.

@gashcrumb
Last active March 11, 2024 17:49
Show Gist options
  • Save gashcrumb/60d4d702fd3c6d0b2c942d035d1b59aa to your computer and use it in GitHub Desktop.
Save gashcrumb/60d4d702fd3c6d0b2c942d035d1b59aa to your computer and use it in GitHub Desktop.
some test things
---
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: nodejs-rest-http
description: NodeJS Basic quickstart
tags:
- nodejs
annotations:
'backstage.io/kubernetes-id': nodejs-rest-http
spec:
type: service
lifecycle: production
owner: user:some-user
system: example-stuff
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: example-stuff
description: The example stuff system
spec:
owner: people
domain: example-domain
---
apiVersion: backstage.io/v1alpha1
kind: Domain
metadata:
name: example-domain
description: Everything related to examples
spec:
owner: people
---
apiVersion: backstage.io/v1alpha1
kind: Group
metadata:
name: people
spec:
type: team
children: []
---
apiVersion: backstage.io/v1alpha1
kind: User
metadata:
name: some-user
spec:
memberOf: [people]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment