cherrypick/chart/templates/Service.yml
2023-05-28 18:35:56 +09:00

15 lines
300 B
YAML

apiVersion: v1
kind: Service
metadata:
name: {{ include "cherrypick.fullname" . }}
annotations:
dev.okteto.com/auto-ingress: "true"
spec:
type: ClusterIP
ports:
- port: 3000
protocol: TCP
name: http
selector:
{{- include "cherrypick.selectorLabels" . | nindent 4 }}