Skip to content

Commit

Permalink
Option to specify resources for sysbench workload
Browse files Browse the repository at this point in the history
  • Loading branch information
chinthagovardhan committed Jul 28, 2023
1 parent 081359d commit b98c245
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions roles/sysbench/templates/workload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ spec:
mountPath: "/tmp/"
- name: sysbench-runtime
mountPath: "/opt/sysbench"
{% if workload_args.resources is defined %}
resources: {{ workload_args.resources|tojson }}
{% endif %}
volumes:
- name: sysbench-runtime
{% if workload_args.storageclass is defined %}
Expand Down

0 comments on commit b98c245

Please sign in to comment.