egirlskey/chart/templates/Service.yml

15 lines
294 B
YAML
Raw Permalink Normal View History

2022-05-15 07:39:23 +00: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 08:42:03 +00:00
{{- include "misskey.selectorLabels" . | nindent 4 }}