mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* add version for coscale add version for coscale * Typo fix in coscale/README.md Typo fix in coscale/README.md * [linter] fix indentation of values.yaml
25 lines
489 B
YAML
25 lines
489 B
YAML
# Default values for CoScale Helm package.
|
|
|
|
image:
|
|
repository: "coscale/coscale-agent"
|
|
tag: "3.10.11"
|
|
pullPolicy: "IfNotPresent"
|
|
|
|
coscale:
|
|
# Required: You need a CoScale AppId before running agents.
|
|
appId: ""
|
|
|
|
# Required: You need a CoScale AccessToken before running agents.
|
|
accessToken: ""
|
|
|
|
# Required: You need a CoScale TemplateId before running agents.
|
|
templateId: ""
|
|
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
cpu: 256m
|
|
memory: 512Mi
|