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