Bootstrap initial repo state

This commit is contained in:
2025-09-07 23:39:44 +02:00
parent 0ed92847f8
commit ed68e97829
20 changed files with 437 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: mcp-telemetry-bridge
spec:
selector: { app: mcp-telemetry-bridge }
ports:
- name: http
port: {{ .Values.service.port }}
targetPort: 8000
type: {{ .Values.service.type }}