Skip to content

Commit

Permalink
[FVR-119] Add software catalog / portal entry (#23)
Browse files Browse the repository at this point in the history
Closes: https://nitro.powerhrg.com/runway/backlog_items/FVR-119

- Add the redis-operator project to the Power software catalog
- Move the project documentation for ingestion into the software catalog
- Add forever-people as stewards of the redis-operator project int he
software catalog
  • Loading branch information
indiebrain authored Nov 27, 2023
1 parent 7dca929 commit 1ae4e40
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 0 deletions.
File renamed without changes.
6 changes: 6 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
site_name: redis-opeartor
site_description: Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes.
nav:
- 'Home': 'README.md'
plugins:
- techdocs-core
18 changes: 18 additions & 0 deletions portal.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
apiVersion: backstage.io/v1alpha1
kind: System
metadata:
name: redis-operator
title: Redis Operator
description: "Redis Operator creates/configures/manages high availability redis with sentinel automatic failover atop Kubernetes."
links:
- url: https://Github.com/powerhome/redis-operator
title: Github
icon: public
annotations:
backstage.io/techdocs-ref: dir:.
github.com/project-slug: powerhome/redis-operator
spec:
owner: forever-people
domain: technology-foundations-and-tools
lifecycle: production

0 comments on commit 1ae4e40

Please sign in to comment.