Skip to content

Commit

Permalink
Rename repository in Helm templates, update defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkelma committed Aug 3, 2021
1 parent 049e639 commit ff549fe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
Binary file modified helm/assets/fio-standalone-0.1.0.tgz
Binary file not shown.
10 changes: 5 additions & 5 deletions helm/charts/fio-standalone/0.1.0/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@ pvc:
# "" will use the default StorageClass for the cluster
storageClassName: ""
# size of PVC; must be larger than benchmark.size
# NOTE the format: 3Gi, 5Gi, etc.
size: "3Gi"
# NOTE the format: 33Gi, 45Gi, etc.
size: "33Gi"
# mode for PVC - "Filesystem" or "Block"
volumeMode: "Filesystem"

benchmark:
# size of benchmark tests; must be smaller than pvc.size
# NOTE the format: 2G, 4G, etc.
size: "2G"
# NOTE the format: 30G, 40G, etc.
size: "30G"
image:
repository: "yasker/benchmark"
repository: "yasker/kbench"
pullPolicy: "IfNotPresent"
tag: "latest"
imagePullSecrets: []
Expand Down
6 changes: 3 additions & 3 deletions helm/index.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ apiVersion: v1
entries:
fio-standalone:
- apiVersion: v2
created: "2021-07-23T02:12:49.792704-04:00"
created: "2021-08-03T13:45:12.148698-04:00"
description: Benchmark a single Kubernetes StorageClass
digest: f847c4e45bb4187810313a48e0ed4884eb1130c65cda9c165725ddedd25673fc
digest: b6fd382c9f4706537a003af34bdc91f935fc3c485ee290dbf299124bb58965ec
name: fio-standalone
type: application
urls:
- assets/fio-standalone-0.1.0.tgz
version: 0.1.0
generated: "2021-07-23T02:12:49.791916-04:00"
generated: "2021-08-03T13:45:12.148104-04:00"

0 comments on commit ff549fe

Please sign in to comment.