From 347ce9f572f90af8bc055365fbf078a0eb4b60d4 Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Sat, 7 Sep 2024 00:09:17 +1000 Subject: [PATCH] enable nexus --- apps/nexus/base/deployment.yaml | 8 ++++---- .../env/k3s-cluster/{config.json.bak => config.json} | 0 2 files changed, 4 insertions(+), 4 deletions(-) rename apps/nexus/env/k3s-cluster/{config.json.bak => config.json} (100%) diff --git a/apps/nexus/base/deployment.yaml b/apps/nexus/base/deployment.yaml index 0237297..bb3feb0 100644 --- a/apps/nexus/base/deployment.yaml +++ b/apps/nexus/base/deployment.yaml @@ -21,11 +21,11 @@ spec: image: klo2k/nexus3:3.68.1-02 resources: limits: - memory: "6Gi" - cpu: "6" + memory: "3Gi" + cpu: "2" requests: - memory: "4Gi" - cpu: "4" + memory: "2Gi" + cpu: "2" ports: - containerPort: 8081 volumeMounts: diff --git a/apps/nexus/env/k3s-cluster/config.json.bak b/apps/nexus/env/k3s-cluster/config.json similarity index 100% rename from apps/nexus/env/k3s-cluster/config.json.bak rename to apps/nexus/env/k3s-cluster/config.json