Compare commits

..

2 Commits

Author SHA1 Message Date
1d67b3bd98 added argo-helm.yaml
All checks were successful
continuous-integration/publish-helm Helm publish succeeded
2025-12-25 15:24:29 +11:00
5a78ae4c73 changed to nfs-csi 2025-12-24 20:13:39 +11:00
2 changed files with 17 additions and 9 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
argo-helm.yaml

View File

@@ -148,7 +148,7 @@ persistence:
## A manually managed Persistent Volume and Claim
## Requires persistence.enabled: true
## If defined, PVC must be created manually before volume will be bound
existingClaim: ""
existingClaim: "minio"
## minio data Persistent Volume Storage Class
## If defined, storageClassName: <storageClass>
@@ -159,7 +159,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: "nfs"
storageClass: "nfs-csi"
#volumeName: "minio"
accessMode: ReadWriteMany
size: 500Gi
@@ -200,7 +200,8 @@ service:
ingress:
enabled: true
ingressClassName: openshift-default
labels: {}
labels:
{}
# node-role.kubernetes.io/ingress: platform
annotations:
kubernetes.io/ingress.class: openshift-default
@@ -244,7 +245,8 @@ consoleService:
consoleIngress:
enabled: true
ingressClassName: openshift-default
labels: {}
labels:
{}
# node-role.kubernetes.io/ingress: platform
annotations:
kubernetes.io/ingress.class: openshift-default
@@ -397,7 +399,8 @@ makeUserJob:
## List of service accounts to be created after minio install
##
svcaccts: []
svcaccts:
[]
## accessKey, secretKey and parent user to be assigned to the service accounts
## Add new service accounts as explained here https://min.io/docs/minio/kubernetes/upstream/administration/identity-access-management/minio-user-management.html#service-accounts
# - accessKey: console-svcacct
@@ -436,7 +439,8 @@ makeServiceAccountJob:
## List of buckets to be created after minio install
##
buckets: []
buckets:
[]
# # Name of the bucket
# - name: bucket1
# # Policy to be set on the
@@ -485,13 +489,15 @@ customCommandJob:
requests:
memory: 128Mi
## Additional volumes to add to the post-job.
extraVolumes: []
extraVolumes:
[]
# - name: extra-policies
# configMap:
# name: my-extra-policies-cm
## Additional volumeMounts to add to the custom commands container when
## running the post-job.
extraVolumeMounts: []
extraVolumeMounts:
[]
# - name: extra-policies
# mountPath: /mnt/extras/
# Command to run after the main command on exit
@@ -581,7 +587,8 @@ metrics:
# for node metrics
relabelConfigs: {}
# for cluster metrics
relabelConfigsCluster: {}
relabelConfigsCluster:
{}
# metricRelabelings:
# - regex: (server|pod)
# action: labeldrop