From 1ca3a69322311c990ac1ccd4e00420abe10823b6 Mon Sep 17 00:00:00 2001 From: Domagoj Zecevic Date: Fri, 6 Aug 2021 16:37:52 +0200 Subject: [PATCH] minio tweeks --- dev/minIO/console.yaml | 4 ++-- dev/minIO/server.yaml | 14 +++++--------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/dev/minIO/console.yaml b/dev/minIO/console.yaml index 975797b..e327391 100644 --- a/dev/minIO/console.yaml +++ b/dev/minIO/console.yaml @@ -25,10 +25,10 @@ spec: - server resources: requests: - memory: "512Mi" + memory: "128Mi" cpu: "100m" limits: - memory: "1Gi" + memory: "256Mi" cpu: "4" ports: - containerPort: 9090 diff --git a/dev/minIO/server.yaml b/dev/minIO/server.yaml index 53fbc48..74d9a42 100644 --- a/dev/minIO/server.yaml +++ b/dev/minIO/server.yaml @@ -24,10 +24,10 @@ spec: args: ['server', '/data',] resources: requests: - memory: "512Mi" + memory: "256Mi" cpu: "100m" limits: - memory: "1Gi" + memory: "512Mi" cpu: "4" ports: - containerPort: 9000 @@ -36,13 +36,9 @@ spec: volumeMounts: - mountPath: /data name: minio-pv-dev -# env: -# - name: MINIO_BROWSER_REDIRECT_URL -# value: "http://minio-dev-console.k3s.semapp.lan" -# - name: PGADMIN_DEFAULT_PASSWORD -# value: "Semapp123456!" -# - name: PGADMIN_LISTEN_ADDRESS -# value: "0.0.0.0" + env: + - name: MINIO_BROWSER_REDIRECT_URL + value: "http://minio-console-dev.k3s.semapp.lan/" volumes: - name: minio-pv-dev persistentVolumeClaim: