mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* [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
40 lines
687 B
YAML
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
|