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

14
mastodon/service-web.yaml Normal file
View File

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