Bootstrap initial repo state
This commit is contained in:
37
helm/mcp-telemetry-bridge/values.yaml
Normal file
37
helm/mcp-telemetry-bridge/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user