Skip to content

Instantly share code, notes, and snippets.

@MovileGente
Created January 8, 2020 20:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MovileGente/1411c3d7286c75bbb5984443ccb8c3b5 to your computer and use it in GitHub Desktop.
Save MovileGente/1411c3d7286c75bbb5984443ccb8c3b5 to your computer and use it in GitHub Desktop.
apiVersion: batch/v1
kind: Job
metadata:
namespace: loadtest-gatling
name: loadtest-gatling
labels:
jobgroup: loadtest-gatling
spec:
completions: 8
parallelism: 8
backoffLimit: 0
template:
spec:
restartPolicy: Never
containers:
- name: loadtest-gatling
image: ${ACCOUNT_ID}.dkr.ecr.${AWS_REGION}.amazonaws.com/loadtest-gatling:${VERSION}
resources:
requests:
cpu: 1
memory: 512Mi
limits:
cpu: 2
memory: 1000Mi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment