minio oidc
This commit is contained in:
@@ -25,6 +25,12 @@ resources:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
|
||||
## StatefulSet update strategy: OnDelete prevents Multi-Attach errors
|
||||
## with ReadWriteOnce PVCs on single-replica deployments.
|
||||
## After a values change, manually delete the pod to recreate.
|
||||
statefulSetUpdate:
|
||||
updateStrategy: OnDelete
|
||||
|
||||
## Service configuration
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
Reference in New Issue
Block a user