File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,24 +18,18 @@ spec:
1818 initContainers :
1919 - name : permission-init
2020 image : alpine:3.16.0
21- command :
22- - sh
23- - -c
24- - chown -R 1000:1000 /data/* && chmod 775 /data/* && ls -lah /data
2521 volumeMounts :
26- - mountPath : /data/node_modules
27- name : nodebb
28- subPath : node_modules
29- - mountPath : /data/build
30- name : nodebb
31- subPath : build
3222 - mountPath : /data/uploads
3323 name : nodebb
3424 subPath : uploads
3525 containers :
36- - image : nodebb/docker:1.19.12
26+ - image : ghcr.io/ nodebb/nodebb:3.10.3
3727 imagePullPolicy : Always
3828 name : nodebb
29+ command :
30+ - sh
31+ - -c
32+ - sleep 10000
3933 volumeMounts :
4034 - mountPath : /usr/src/app/config.json
4135 name : config
5852 persistentVolumeClaim :
5953 claimName : nodebb-pvc
6054 securityContext :
61- fsGroup : 1000
55+ fsGroup : 1001
You can’t perform that action at this time.
0 commit comments