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,37 @@
image:
repository: ghcr.io/example/telemcp-bridge
tag: "0.1.0"
pullPolicy: IfNotPresent
replicaCount: 1
service:
type: ClusterIP
port: 80
env:
- name: PROM_URL
value: "http://monitoring-kube-prometheus-prometheus.monitoring:9090"
- name: LOKI_URL
value: "http://loki.logging:3100"
- name: K8S_API
value: "https://kubernetes.default.svc"
resources:
requests:
cpu: 50m
memory: 128Mi
limits:
cpu: 500m
memory: 512Mi
rbac:
create: true
serviceAccount:
create: true
name: mcp-telemetry
networkPolicy:
enabled: true
allowFromNamespaces: [] # add namespace selectors if needed