Skip to content

Instantly share code, notes, and snippets.

@clement-joye
Last active February 21, 2021 18:23
Show Gist options
  • Save clement-joye/ba04196eb49258993aa96bd26a960a20 to your computer and use it in GitHub Desktop.
Save clement-joye/ba04196eb49258993aa96bd26a960a20 to your computer and use it in GitHub Desktop.
apiVersion: "apps/v1"
kind: Deployment
metadata:
name: locust-client-deployment
spec:
replicas: {replicas}
...
spec:
containers:
- image: {image}
...
env:
...
- name: LOCUST_DOWNLOAD_RESOURCES
value: "{download-resources}"
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment