make nexus run on arm
This commit is contained in:
@@ -14,6 +14,8 @@ spec:
|
|||||||
spec:
|
spec:
|
||||||
securityContext:
|
securityContext:
|
||||||
fsGroup: 200 # Set the fsGroup so that volume directories are writable by the Nexus process
|
fsGroup: 200 # Set the fsGroup so that volume directories are writable by the Nexus process
|
||||||
|
nodeSelector:
|
||||||
|
kubernetes.io/arch: arm64
|
||||||
containers:
|
containers:
|
||||||
- name: nexus
|
- name: nexus
|
||||||
image: sonatype/nexus3
|
image: sonatype/nexus3
|
||||||
|
|||||||
Reference in New Issue
Block a user