cherrypick/chart/templates/Service.yml

15 lines
300 B
YAML
Raw Normal View History

2022-05-15 16:39:23 +09:00
apiVersion: v1
kind: Service
metadata:
2023-05-28 18:35:56 +09:00
name: {{ include "cherrypick.fullname" . }}
2022-05-15 16:39:23 +09:00
annotations:
dev.okteto.com/auto-ingress: "true"
spec:
type: ClusterIP
ports:
- port: 3000
protocol: TCP
name: http
selector:
2023-05-28 18:35:56 +09:00
{{- include "cherrypick.selectorLabels" . | nindent 4 }}