Created
January 19, 2023 18:34
-
-
Save berinle/48243ed797ebf28a90534096fd6d0fdc 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: lion | |
description: Lion App | |
tags: | |
- app-accelerator | |
- java | |
- spring | |
- web | |
- tanzu | |
annotations: | |
'backstage.io/kubernetes-label-selector': 'app.kubernetes.io/part-of=lion' | |
spec: | |
type: service | |
lifecycle: experimental | |
owner: default-team |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment