add helm charts
This commit is contained in:
29
backing-services/minio/schoolbus-demo.values.yaml
Normal file
29
backing-services/minio/schoolbus-demo.values.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
global:
|
||||
imageRegistry: "172.16.16.2:30516"
|
||||
security:
|
||||
allowInsecureImages: true
|
||||
|
||||
clientImage:
|
||||
repository: bitnami/minio-client
|
||||
tag: 2025.2.15-debian-12-r0
|
||||
|
||||
image:
|
||||
repository: bitnami/minio
|
||||
tag: 2025.2.18-debian-12-r0
|
||||
|
||||
auth:
|
||||
rootUser: admin
|
||||
rootPassword: "Tavana123"
|
||||
|
||||
livenessProbe:
|
||||
enabled: false
|
||||
readinessProbe:
|
||||
enabled: false
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 200m
|
||||
memory: 200Mi
|
||||
limits:
|
||||
cpu: 200m
|
||||
memory: 200Mi
|
||||
Reference in New Issue
Block a user