@@ -22,6 +22,7 @@ podSecurityContext:
2222containerSecurityContext :
2323 enabled : false
2424 runAsUser : 1001
25+ runAsGroup : 1001
2526 runAsNonRoot : true
2627 readOnlyRootFilesystem : false
2728
@@ -111,13 +112,13 @@ dashboard:
111112
112113 extraVolumeMounts :
113114 - name : bragg-volume
114- mountPath : /usr/src/dashboard /bragg_volume
115+ mountPath : /app /bragg_volume
115116 - name : transition-volume
116- mountPath : /usr/src/dashboard /transition_volume
117+ mountPath : /app /transition_volume
117118 - name : andie-volume
118- mountPath : /usr/src/dashboard /andie_volume
119+ mountPath : /app /andie_volume
119120 - name : scientist-cloud-volume
120- mountPath : /usr/src/dashboard /scientist_cloud_volume
121+ mountPath : /app /scientist_cloud_volume
121122
122123 # TODO figure out halfway decent probes
123124
@@ -254,13 +255,13 @@ dashboardService:
254255
255256 extraVolumeMounts :
256257 - name : bragg-volume
257- mountPath : /usr/src/dashboard_service /bragg_volume
258+ mountPath : /app /bragg_volume
258259 - name : transition-volume
259- mountPath : /usr/src/dashboard_service /transition_volume
260+ mountPath : /app /transition_volume
260261 - name : andie-volume
261- mountPath : /usr/src/dashboard_service /andie_volume
262+ mountPath : /app /andie_volume
262263 - name : scientist-cloud-volume
263- mountPath : /usr/src/dashboard_service /scientist_cloud_volume
264+ mountPath : /app /scientist_cloud_volume
264265
265266# ## Kubernetes role stuff
266267
0 commit comments