Mastodon/manifests/service.yaml

20 lines
379 B
YAML

apiVersion: v1
kind: Service
metadata:
name: mastodon-svc
namespace: mastodon
labels:
app.kubernetes.io/name: mastodon
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 3000
- name: streaming
port: 4000
protocol: TCP
targetPort: 4000
selector:
app: mastodon