Files
deprecated-helm-charts/stable/locust/values.yaml
T
Huy Chau 4115b522f8 [stable/locust] Added config option for imagePullSecrets in locust chart (#5760)
* [stable/locust] Added config option for imagePullSecrets in locust chart

* [stable/locust] Update locust chart version

* [stable/locust] Change imagePullSecrets to pullScrets property and update locust chart version

* Fix maintainer name

* [stable/locust] Update imagePullSecrets pattern

* Update values.yaml
2018-06-08 00:49:53 -07:00

40 lines
687 B
YAML

Name: locust
image:
repository: quay.io/honestbee/locust
tag: 0.7.5
pullPolicy: IfNotPresent
pullSecrets: []
service:
name: master-web
type: NodePort
externalPort: 8089
internalPort: 8089
nodePort: 0
annotations: {}
extraLabels: {}
master:
config:
target-host: https://site.example.com
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi
worker:
config:
# all files from tasks folder are mounted under `/locust-tasks`
locust-script: "/locust-tasks/tasks.py"
replicaCount: 2
resources:
limits:
cpu: 100m
memory: 128Mi
requests:
cpu: 100m
memory: 128Mi