From f98fad2e8853cacb33b857c553bcb6b5b2c77c94 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beatrice=20Dellac=C3=A0?= Date: Sun, 6 Apr 2025 00:44:54 +0200 Subject: [PATCH] make nexus run on arm --- deploy/sonatype-nexus/nexus-deploy.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/deploy/sonatype-nexus/nexus-deploy.yaml b/deploy/sonatype-nexus/nexus-deploy.yaml index 509ea11..7a524d0 100644 --- a/deploy/sonatype-nexus/nexus-deploy.yaml +++ b/deploy/sonatype-nexus/nexus-deploy.yaml @@ -14,6 +14,8 @@ spec: spec: securityContext: fsGroup: 200 # Set the fsGroup so that volume directories are writable by the Nexus process + nodeSelector: + kubernetes.io/arch: arm64 containers: - name: nexus image: sonatype/nexus3 @@ -29,4 +31,4 @@ spec: volumes: - name: nexus-vol persistentVolumeClaim: - claimName: sonatype-nexus-data \ No newline at end of file + claimName: sonatype-nexus-data