Initial commit

This commit is contained in:
2026-08-05 15:54:25 +09:00
commit a4eb5a580f
168 changed files with 12057 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "mcp-server.name" . }}
labels:
{{- include "mcp-server.labels" . | nindent 4 }}
spec:
selector:
{{- include "mcp-server.selectorLabels" . | nindent 4 }}
ports:
- name: http
port: {{ .Values.ports.http }}
targetPort: http