imfreedom/k8s-cluster

625b46da5bcc
Parents df5d3f5f6707
Children 935dd31b34e6
Update minio and turn off the admin console
--- a/50-data.imfreedom.org/manifest.yaml Sat Aug 07 23:33:03 2021 -0500
+++ b/50-data.imfreedom.org/manifest.yaml Tue Sep 07 21:07:44 2021 -0500
@@ -109,8 +109,11 @@
spec:
containers:
- name: minio
- image: minio/minio:RELEASE.2021-06-17T00-10-46Z
+ image: quay.io/minio/minio:RELEASE.2021-09-03T03-56-13Z
imagePullPolicy: Always
+ env:
+ - name: MINIO_BROWSER
+ value: off
livenessProbe:
httpGet:
path: /minio/health/live
@@ -125,8 +128,13 @@
- minio
- server
- /data
+ - --console-address
+ - ":9001"
ports:
- containerPort: 9000
+ name: http
+ - containerPort: 9001
+ name: admin
volumeMounts:
- mountPath: /data
name: data