Skip to content

Instantly share code, notes, and snippets.

@iocanel
Last active October 8, 2024 07:44
Show Gist options
  • Save iocanel/34e8666361f7ffe8836b1fd124045cc5 to your computer and use it in GitHub Desktop.
Save iocanel/34e8666361f7ffe8836b1fd124045cc5 to your computer and use it in GitHub Desktop.
Backstage entities
apiVersion: backstage.io/v1alpha1
kind: Component
spec:
type: application
lifecycle: production
owner: user:guest
metadata:
name: hello-quarkus
labels:
app.kubernetes.io/name: hello-quarkus
app.kubernetes.io/version: 1.0.0-SNAPSHOT
app.quarkus.io/version: 3.15.0
annotations:
backstage.io/source-location: url:https://github.com/iocanel/hello-quarkus
tags:
- java
- quarkus
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment