Skip to content

Commit

Permalink
Assign appropriate pvc size and class to compactor and ingester (#3074)
Browse files Browse the repository at this point in the history
  • Loading branch information
c0ffeec0der authored Jan 4, 2021
1 parent 001668b commit 03aaa34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion production/ksonnet/loki/boltdb_shipper.libsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
pvc.new('compactor-data') +
pvc.mixin.spec.resources.withRequests({ storage: $._config.compactor_pvc_size }) +
pvc.mixin.spec.withAccessModes(['ReadWriteOnce']) +
pvc.mixin.spec.withStorageClassName($._config.ingester_pvc_class)
pvc.mixin.spec.withStorageClassName($._config.compactor_pvc_class)
else {},

compactor_args:: if $._config.using_boltdb_shipper then {
Expand Down

0 comments on commit 03aaa34

Please sign in to comment.