Files
platform/telepresence/helm-values.yaml
Mayne0213 98d340f7eb CHORE(telepresence): upgrade to OSS chart v2.25.2
- Switch from datawire commercial to telepresence-oss chart
- Use OCI registry ghcr.io/telepresenceio
- Update helm values for OSS chart compatibility
2026-01-10 03:48:23 +09:00

34 lines
521 B
YAML

# Telepresence OSS Helm Values
# Chart: oci://ghcr.io/telepresenceio/telepresence-oss
replicaCount: 1
# Log level
logLevel: info
# Agent Injector configuration
agentInjector:
enabled: true
injectPolicy: OnDemand
# RBAC configuration
managerRbac:
create: true
# Agent configuration
agent:
port: 9900
initContainer:
enabled: true
# Hooks configuration
hooks:
busybox:
registry: docker.io
image: busybox
tag: latest
curl:
registry: docker.io
image: curlimages/curl
tag: 8.1.1