Skip to content

Commit

Permalink
Added ReadOnlyPVC sample manifest.
Browse files Browse the repository at this point in the history
  • Loading branch information
irumaru authored and yorugac committed Jul 3, 2024
1 parent b53adec commit eaf0128
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions config/samples/k6_v1alpha1_k6_with_readOnlyVolumeClaim.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
apiVersion: k6.io/v1alpha1
kind: TestRun
metadata:
name: k6-sample
namespace: load-test
spec:
parallelism: 4
script:
volumeClaim:
name: stress-test-volumeClaim
file: test.js
# If ReadOnly is set to true, PVCs are mounted in Pods on a ReadOnly basis.
readOnly: true

0 comments on commit eaf0128

Please sign in to comment.