Add Mastodon.
This commit is contained in:
14
mastodon/service-streaming.yaml
Normal file
14
mastodon/service-streaming.yaml
Normal 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
|
||||
Reference in New Issue
Block a user