Files
Ben Drucker c08cd256cb [stable/sumokube] enable customization of DaemonSet's UpdateStrategy (#3885)
* [stable/sumokube] enable customization of DaemonSet's UpdateStrategy

* defaults to `OnDelete`
* optionally can be set to `RollingUpdate`

https://kubernetes.io/docs/tasks/manage-daemon/update-daemon-set/

* Remove extra trailing newline

* Bump version to 0.1.2
2018-02-28 11:37:48 -08:00

35 lines
786 B
YAML

# Default values for sumokube.
image:
name: sumologic/collector
tag: latest
pullPolicy: IfNotPresent
sumologic:
## You'll need to set this to your Sumologic API access key and access ID
## before the agent will run.
## ref: https://help.sumologic.com/Manage/Security/Access_Keys
##
# accessId:
# accessKey:
collectorName: "kubernetes-collector"
## A full list of configurable JSON source options can be found at:
## https://help.sumologic.com/Send_Data/Sources/03Use_JSON_to_Configure_Sources
# categoryName: "kubernetes"
# multilineProcessingEnabled:
# automaticDateParsing:
# forceTimeZone:
# pathExpression:
resources:
requests:
cpu: 100m
memory: 128Mi
limits:
cpu: 256m
memory: 256Mi
daemonset:
tolerations: []