about summary refs log tree commit diff
path: root/chart/templates/service-streaming.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'chart/templates/service-streaming.yaml')
-rw-r--r--chart/templates/service-streaming.yaml16
1 files changed, 0 insertions, 16 deletions
diff --git a/chart/templates/service-streaming.yaml b/chart/templates/service-streaming.yaml
deleted file mode 100644
index bade7b1e5..000000000
--- a/chart/templates/service-streaming.yaml
+++ /dev/null
@@ -1,16 +0,0 @@
-apiVersion: v1
-kind: Service
-metadata:
-  name: {{ include "mastodon.fullname" . }}-streaming
-  labels:
-    {{- include "mastodon.labels" . | nindent 4 }}
-spec:
-  type: {{ .Values.service.type }}
-  ports:
-    - port: {{ .Values.mastodon.streaming.port }}
-      targetPort: streaming
-      protocol: TCP
-      name: streaming
-  selector:
-    {{- include "mastodon.selectorLabels" . | nindent 4 }}
-    app.kubernetes.io/component: streaming