Created
September 22, 2020 13:14
-
-
Save mclarke47/e0914d2f9d32e708e430a961b2d8ac20 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
apiVersion: backstage.io/v1alpha1 | |
kind: Component | |
metadata: | |
name: dice-roller | |
description: It rolls dice | |
tags: | |
- go | |
annotations: | |
"backstage.io/kubernetes": dice-roller | |
spec: | |
type: service | |
lifecycle: production | |
owner: guest |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment