Skip to content
Snippets Groups Projects
service.yaml 379 B
Newer Older
Louis's avatar
Louis committed
apiVersion: v1
kind: Service
metadata:
  name: {{ include "woodpecker-ci.fullname" . }}
  labels:
    {{- include "woodpecker-ci.labels" . | nindent 4 }}
spec:
  type: {{ .Values.service.type }}
  ports:
    - port: {{ .Values.service.port }}
      targetPort: http
      protocol: TCP
      name: http
  selector:
    {{- include "woodpecker-ci.selectorLabels" . | nindent 4 }}