glitchtip-helm-chart/templates/web/service.yaml
2021-02-12 17:18:07 -05:00

16 lines
415 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "glitchtip.fullname" . }}-web
labels:
{{- include "glitchtip.labels" . | nindent 4 }}
spec:
type: {{ .Values.web.service.type }}
ports:
- port: {{ .Values.web.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "glitchtip.selectorLabels" . | nindent 4 }}
app.kubernetes.io/component: web