add helm chart

This commit is contained in:
Taylor Wilsdon
2025-08-06 10:14:01 -04:00
parent 8d55affe81
commit 4c49529808
13 changed files with 703 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "workspace-mcp.fullname" . }}
labels:
{{- include "workspace-mcp.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: {{ .Values.service.targetPort }}
protocol: TCP
name: http
selector:
{{- include "workspace-mcp.selectorLabels" . | nindent 4 }}