We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8c0b42 commit 2ddc093Copy full SHA for 2ddc093
1 file changed
apps/nodebb/templates/deployment.yaml
@@ -23,23 +23,13 @@ spec:
23
name: nodebb
24
subPath: uploads
25
containers:
26
- - image: ghcr.io/nodebb/nodebb:3.10.3
+ - image: ghcr.io/nodebb/nodebb:3.10.0
27
imagePullPolicy: Always
28
29
- command:
30
- - sh
31
- - -c
32
- - sleep 10000
33
volumeMounts:
34
- - mountPath: /usr/src/app/config.json
+ - mountPath: /opt/config/config.json
35
name: config
36
subPath: config.json
37
- - mountPath: /usr/src/app/node_modules
38
- name: nodebb
39
- subPath: node_modules
40
- - mountPath: /usr/src/app/build
41
42
- subPath: build
43
- mountPath: /usr/src/app/public/uploads
44
45
0 commit comments