1
1
mirror of https://github.com/kokonect-link/cherrypick synced 2024-11-01 15:45:58 +09:00
cherrypick/chart/templates/Service.yml

15 lines
294 B
YAML
Raw Normal View History

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