mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2024-11-15 03:26:40 +01:00
14 lines
294 B
YAML
14 lines
294 B
YAML
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 }}
|