charts/charts/statping/templates/service.yaml
Nicholas St. Germain a037936b3e
[statping] New Chart (#36)
Co-authored-by: Devin Buhl <onedr0p@users.noreply.github.com>
2020-09-13 08:09:14 -04:00

16 lines
364 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "statping.fullname" . }}
labels:
{{- include "statping.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "statping.selectorLabels" . | nindent 4 }}