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