Files
deprecated-helm-charts/stable/sysdig/values.yaml
T
Alejandro Escobar 4bf69283dc updated chart to allow creation of resources in a monitoring namespace and support rbac. (#1393)
updated namespacing changes

review changes 1.

further pr changes.

updated version to 0.3, minor change due to rbac updates.
2017-07-19 08:44:03 -07:00

35 lines
727 B
YAML

# Default values for Sysdig Monitor Helm package.
rbac:
# true here enables creation of rbac resources
install: false
# rbac version
apiVersion: v1beta1
image:
repository: "sysdig/agent"
tag: "latest"
pullPolicy: "Always"
sysdig:
# Required: You need your Sysdig Monitor access key before running agents.
#AccessKey: ""
# Optional: Key-value agent tags following the format "key:val,key2:val2".
AgentTags: ""
serviceAccountName: "sysdig-account"
resources:
requests:
cpu: 100m
memory: 512Mi
limits:
cpu: 500m
memory: 768Mi
# Allow sysdig to run on Kubernetes 1.6 masters.
tolerations:
- effect: NoSchedule
key: node-role.kubernetes.io/master