2025-06-01 16:44:09 +03:00

44 lines
879 B
YAML

mode: standalone
persistence:
enabled: true
storageClass: nfs-client
size: 300Gi
accessKey:
password: "minioadmin"
secretKey:
password: "minioadmin"
defaultBuckets: "mybucket"
service:
type: ClusterIP
ingress:
enabled: true
hostname: minio.dvirlabs.com
ingressClassName: traefik
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
tls: true
auth:
existingSecret: ""
rootUser: minioadmin
rootPassword: minioadmin
openid:
enabled: true
configUrl: https://keycloak.dvirlabs.com/realms/lab/.well-known/openid-configuration
clientId: minio
clientSecret: "xODiTgMmbW9ijiC4bMcRzaf2BXdKqH3P"
redirectUri: https://minio.dvirlabs.com/oauth_callback
claimName: email
scopes: openid,email,profile
displayName: MinIO-OIDC
userClaim: email