Skip to content

Commit

Permalink
Use Local Path storage class for MinIO tenants
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewrossi committed Dec 3, 2024
1 parent e0b1614 commit aa9c365
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion base/apps/dkg-engine/dkg-tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
# Size of each volume
size: 1Gi
# Storage class of the volumes
storageClassName: longhorn
storageClassName: local-path
# Minimum and maximum resources requested for each pod
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion base/apps/security/minio-tenant.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
# Size of each volume
size: 1Gi
# Storage class of the volumes
storageClassName: longhorn
storageClassName: local-path
# Minimum and maximum resources requested for each pod
resources:
requests:
Expand Down

0 comments on commit aa9c365

Please sign in to comment.