Add Mastodon.

This commit is contained in:
2026-01-04 19:36:31 +00:00
parent f17fea6910
commit d756126a34
13 changed files with 849 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: v1
kind: Service
metadata:
name: mastodon-streaming
namespace: {{ .namespace }}
spec:
type: ClusterIP
ports:
- port: {{ .streamingPort }}
targetPort: streaming
protocol: TCP
name: streaming
selector:
component: streaming