zipline
This commit is contained in:
33
infra/values/base/minio-values.yaml
Normal file
33
infra/values/base/minio-values.yaml
Normal file
@@ -0,0 +1,33 @@
|
||||
## MinIO base values — cross-cluster constants
|
||||
|
||||
mode: standalone
|
||||
|
||||
image:
|
||||
repository: quay.io/minio/minio
|
||||
tag: "RELEASE.2025-05-24T17-08-30Z"
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
## Use existing secret for root credentials
|
||||
## Secret must contain keys: rootUser, rootPassword
|
||||
existingSecret: "minio-credentials"
|
||||
|
||||
## Single bucket created on startup
|
||||
buckets:
|
||||
- name: default
|
||||
policy: none
|
||||
purge: false
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 256Mi
|
||||
limits:
|
||||
cpu: 500m
|
||||
memory: 512Mi
|
||||
|
||||
## Service configuration
|
||||
service:
|
||||
type: ClusterIP
|
||||
|
||||
consoleService:
|
||||
type: ClusterIP
|
||||
Reference in New Issue
Block a user