Bootstrap initial repo state
This commit is contained in:
parent
0ed92847f8
commit
ed68e97829
20 changed files with 437 additions and 0 deletions
11
helm/mcp-telemetry-bridge/templates/service.yaml
Normal file
11
helm/mcp-telemetry-bridge/templates/service.yaml
Normal 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 }}
|
||||
Loading…
Add table
Add a link
Reference in a new issue