Skip to content

Commit

Permalink
docs(backstage): add kube-nas entity
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Oct 15, 2023
1 parent 2df974c commit 5b40da3
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions .backstage/catalog-info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ spec:
targets:
- https://github.com/tyriis/home-ops/blob/main/.backstage/domains/home/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/systems/talos-flux/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/systems/kube-nas/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/components/cert-manager/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/components/rook-ceph/catalog-info.yaml
- https://github.com/tyriis/home-ops/blob/main/.backstage/components/traefik/catalog-info.yaml
Expand Down
23 changes: 23 additions & 0 deletions .backstage/systems/kube-nas/catalog-info.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
---
# yaml-language-server: $schema=https://json.schemastore.org/catalog-info.json
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: kube-nas
description: Nixos + k3s to host a declarative single node cluster to have a unified managment via Flux and GitOps principles
annotations:
# backstage.io/techdocs-ref: dir:.
github.com/project-slug: tyriis/home-ops
links:
- url: https://github.com/tyriis/home-ops
title: home-ops
icon: github
type: github-repository
tags:
- k8s
- k3s
- nixos
- flux
spec:
owner: home-ops
domain: home

0 comments on commit 5b40da3

Please sign in to comment.