added repo
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
mode: daemonset
|
||||
|
||||
image:
|
||||
repository: "ghcr.io/open-telemetry/opentelemetry-collector-releases/opentelemetry-collector-k8s"
|
||||
|
||||
command:
|
||||
name: "otelcol-k8s"
|
||||
|
||||
clusterRole:
|
||||
create: true
|
||||
name: "testing-clusterrole"
|
||||
rules:
|
||||
- apiGroups:
|
||||
- ''
|
||||
resources:
|
||||
- 'pods'
|
||||
- 'nodes'
|
||||
verbs:
|
||||
- 'get'
|
||||
- 'list'
|
||||
- 'watch'
|
||||
clusterRoleBinding:
|
||||
name: "testing-clusterrolebinding"
|
||||
resources:
|
||||
limits:
|
||||
cpu: 100m
|
||||
memory: 200M
|
||||
Reference in New Issue
Block a user