add posibility to configure nginx (i.e. for 404 page)
This commit is contained in:
@@ -29,8 +29,14 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /usr/share/nginx/html
|
- mountPath: /usr/share/nginx/html
|
||||||
name: data-nbitwebsite-host-0
|
name: data-nbitwebsite-host-0
|
||||||
|
- mountPath: /etc/nginx/conf.d
|
||||||
|
name: data-nbitwebsite-config-0
|
||||||
volumes:
|
volumes:
|
||||||
- hostPath:
|
- hostPath:
|
||||||
path: /data/nbitwebsite/document_root
|
path: /data/nbitwebsite/document_root
|
||||||
type: Directory
|
type: Directory
|
||||||
name: data-nbitwebsite-host-0
|
name: data-nbitwebsite-host-0
|
||||||
|
- hostPath:
|
||||||
|
path: /data/nbitwebsite/conf.d
|
||||||
|
type: Directory
|
||||||
|
name: data-nbitwebsite-config-0
|
||||||
|
|||||||
Reference in New Issue
Block a user