Skip to content

Commit

Permalink
Create catalog-info.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Utwo authored Nov 24, 2023
1 parent ebe39dd commit d031c3d
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
apiVersion: backstage.io/v1alpha1
kind: Component
metadata:
name: type-fetcher
description: Type Fetcher
annotations:
github.com/project-slug: codesandbox/type-fetcher
backstage.io/kubernetes-namespace: type-fetcher
backstage.io/kubernetes-label-selector: app=type-fetcher
codesandbox/deploy-image: europe-docker.pkg.dev/codesandbox-microservices/codesandbox/type-fetcher
codesandbox/deploy-gitops-repo: codesandbox/codesandbox-gitops
codesandbox/deploy-gitops-yaml-key: 'spec.template.spec.containers[0].image'
codesandbox/deploy-image-tag-regex-production: '.*'
codesandbox/deploy-gitops-file-production: codesandbox-apps/type-fetcher/deployment.yaml
codesandbox/deploy-gitops-version-type: image
spec:
type: service
lifecycle: production
owner: infra

0 comments on commit d031c3d

Please sign in to comment.