apiVersion: v1 kind: Service metadata: {{- with .Values.service.annotations }} annotations: {{ toYaml . | indent 4}} {{- end }} name: {{ include "canary-bot-gcp.fullname" . }} labels: {{- include "canary-bot-gcp.labels" . | nindent 4 }} spec: type: {{ .Values.service.type }} ports: - port: {{ .Values.service.port }} targetPort: http protocol: TCP name: http selector: {{- include "canary-bot-gcp.selectorLabels" . | nindent 4 }}