feat(dev): okteto integration

This commit is contained in:
syuilo 2022-05-15 16:39:23 +09:00
parent b21b058005
commit 9783f2de67
8 changed files with 300 additions and 1 deletions

View file

@ -0,0 +1,14 @@
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:
{{- include "misskey.selectorLabels" . | nindent 4 }}