Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
37 changes: 37 additions & 0 deletions factbook.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
# Visit https://github.com/mdsol/platform-standards/blob/main/schemas/v1alpha1.schema.md for all the details of this file format.
---
apiVersion: backstage.io/v1alpha1
kind: Component
spec:
type: other # Kubernetes operator
lifecycle: production
owner: platform-assistant@mdsol.com
experience: platform
security:
authentication: []
network_accessiblity: [private]
data_types: []

metadata:
json_schema: https://github.com/mdsol/platform-standards/tree/main/schemas/v1alpha1.schema.json
name: temporal-operator
title: Temporal Operator
description: Kubernetes operator for managing Temporal clusters. Fork of alexandrevilain/temporal-operator with mdsol customizations.

teams:
- number: 04

people:
- email: agogichaishvili@mdsol.com
role: technical owner
- email: lshen@mdsol.com
role: product owner

channels:
- url: https://lse.enterprise.slack.com/archives/C091QE7SHMG
role: slack
automated_messaging: false

annotations:
github: https://github.com/mdsol/temporal-operator
upstream: https://github.com/alexandrevilain/temporal-operator
Loading