]> cat aescling's git repositories - mastodon.git/blob - chart/templates/service-streaming.yaml
ff5dc13eaa7cae8bb1fba2f45e400753fb7a7ea6
[mastodon.git] / chart / templates / service-streaming.yaml
1 apiVersion: v1
2 kind: Service
3 metadata:
4 name: {{ include "mastodon.fullname" . }}-streaming
5 labels:
6 {{- include "mastodon.labels" . | nindent 4 }}
7 spec:
8 type: {{ .Values.service.type }}
9 ports:
10 - port: {{ .Values.application.streaming.port }}
11 targetPort: streaming
12 protocol: TCP
13 name: streaming
14 selector:
15 {{- include "mastodon.selectorLabels" . | nindent 4 }}
This page took 0.106609 seconds and 3 git commands to generate.