15 lines
261 B
YAML
15 lines
261 B
YAML
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
|