File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2222 prometheus.io/path : ' /actuator/prometheus'
2323 spec :
2424 containers :
25- - image : faforever/faf-java-api:v3.4.7
25+ - image : faforever/faf-java-api:v3.5.0-RC1
2626 imagePullPolicy : Always
2727 name : faf-api
2828 envFrom :
Original file line number Diff line number Diff line change 2121 command :
2222 - sh
2323 - -c
24- - chown -R 1000:1000 /data/* && chmod 775 /data/* && ls -lah /data
24+ - chown -R 1001:1001 /data/* && chmod 775 /data/* && ls -lah /data
2525 volumeMounts :
2626 - mountPath : /data/node_modules
2727 name : nodebb
@@ -33,11 +33,15 @@ spec:
3333 name : nodebb
3434 subPath : uploads
3535 containers :
36- - image : nodebb/docker:1.19.12
36+ - image : ghcr.io/nodebb/nodebb:3.10.3
37+ {{/* command:*/}}
38+ {{/* - sh*/}}
39+ {{/* - -c*/}}
40+ {{/* - sleep infinity*/}}
3741 imagePullPolicy : Always
3842 name : nodebb
3943 volumeMounts :
40- - mountPath : /usr/src/app /config.json
44+ - mountPath : /opt/config /config.json
4145 name : config
4246 subPath : config.json
4347 - mountPath : /usr/src/app/node_modules
5862 persistentVolumeClaim :
5963 claimName : nodebb-pvc
6064 securityContext :
61- fsGroup : 1000
65+ fsGroup : 1001
You can’t perform that action at this time.
0 commit comments