feat(nextcloud): Added first draft for nextcloud deployment
This commit is contained in:
18
catalog-info.yaml
Normal file
18
catalog-info.yaml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
---
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: Domain
|
||||||
|
metadata:
|
||||||
|
name: dgse-cloud
|
||||||
|
description: "Infrastructure for DGSE Cloud services."
|
||||||
|
spec:
|
||||||
|
owner: dgse-cloud
|
||||||
|
---
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: Location
|
||||||
|
metadata:
|
||||||
|
name: artemis-cluster
|
||||||
|
description: A collection of all entities running on the Artemis cluster
|
||||||
|
spec:
|
||||||
|
targets:
|
||||||
|
- ./clusters/artemis/catalog.yaml
|
||||||
|
- ./clusters/artemis/apps/argocd/catalog.yaml
|
||||||
11
clusters/artemis/apps/argocd/catalog.yaml
Normal file
11
clusters/artemis/apps/argocd/catalog.yaml
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
---
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: Component
|
||||||
|
metadata:
|
||||||
|
name: argocd
|
||||||
|
description: "ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes."
|
||||||
|
spec:
|
||||||
|
type: website
|
||||||
|
lifecycle: production
|
||||||
|
owner: owners
|
||||||
|
system: artemis-cluster
|
||||||
9
clusters/artemis/catalog.yaml
Normal file
9
clusters/artemis/catalog.yaml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
apiVersion: backstage.io/v1alpha1
|
||||||
|
kind: System
|
||||||
|
metadata:
|
||||||
|
name: artemis-cluster
|
||||||
|
description: "The Artemis cluster is a Kubernetes cluster hosting all infra for DGSE Cloud."
|
||||||
|
spec:
|
||||||
|
owner: dgse-cloud
|
||||||
|
domain: dgse-cloud
|
||||||
Reference in New Issue
Block a user