You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(komoplane): add deployment and service manifests and catalog registration
- Add deployment and service manifests for Komoplane
- Update up.sh script to patch and restart Komoplane
- Register Komoplane system and component in Backstage catalog
description: Argo CD Server component responsible for providing the user interface and API server functionalities for managing application deployments through GitOps workflows.
81
89
annotations:
82
90
backstage.io/kubernetes-id: argocd-server
83
91
spec:
84
92
type: service
85
93
lifecycle: production
86
94
owner: guests
87
95
system: argocd
96
+
---
97
+
apiVersion: backstage.io/v1alpha1
98
+
kind: Component
99
+
metadata:
100
+
name: komoplane
101
+
description: Komoplane provides a user-friendly interface for visualizing, managing, and interacting with Crossplane resources across clusters.
0 commit comments