Skip to content

Commit

Permalink
update minio configuration
Browse files Browse the repository at this point in the history
Signed-off-by: Ivan Polchenko <[email protected]>
  • Loading branch information
i5okie committed Feb 14, 2024
1 parent 871c263 commit 4ef3d1f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions helm-values/monitoring/minio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ persistence:
##
## Storage class of PV to bind. By default it looks for standard storage class.
## If the PV uses a different storage class, specify that here.
storageClass: "netapp-file-backup"
storageClass: "netapp-block-standard"
volumeName: ""
accessMode: ReadWriteOnce
size: 15Gi
Expand Down Expand Up @@ -416,13 +416,10 @@ makeServiceAccountJob:
exitCommand: ""

buckets:
- name: dts-metrics-blocks-bucket
- name: dts-metrics
policy: none
purge: false
- name: dts-metrics-ruler-bucket
policy: none
purge: false
- name: admin
- name: dts-logs
policy: none
purge: false

Expand Down

0 comments on commit 4ef3d1f

Please sign in to comment.