1
0
Fork 0

mount the other work- directory

This commit is contained in:
sido 2018-06-27 16:13:58 +02:00
parent 98c030e937
commit eaf9219f76
2 changed files with 7 additions and 5 deletions

View File

@ -19,9 +19,9 @@ spec:
app: {{ .Values.nexus.name }}
creationTimestamp: null
spec:
securityContext:
runAsUser: 200
fsGroup: 200
# securityContext:
# runAsUser: 200
# fsGroup: 200
volumes:
- name: molgenis-nexus-data
persistentVolumeClaim:
@ -37,6 +37,6 @@ spec:
volumeMounts:
- name: molgenis-nexus-data
mountPath: "/nexus-data"
securityContext:
allowPrivilegeEscalation: false
# securityContext:
# allowPrivilegeEscalation: false

View File

@ -2,6 +2,8 @@ apiVersion: v1
kind: PersistentVolume
metadata:
name: molgenis-nexus-data
annotations:
pv.beta.kubernetes.io/gid: "200"
labels:
name: nfs2
spec: