add posibility to configure nginx (i.e. for 404 page)

This commit is contained in:
Joerg Lehmann 2023-10-20 19:30:23 +02:00
parent d7c6cbe046
commit ed0502efc4
1 changed files with 6 additions and 0 deletions

View File

@ -29,8 +29,14 @@ spec:
volumeMounts:
- mountPath: /usr/share/nginx/html
name: data-nbitwebsite-host-0
- mountPath: /etc/nginx/conf.d
name: data-nbitwebsite-config-0
volumes:
- hostPath:
path: /data/nbitwebsite/document_root
type: Directory
name: data-nbitwebsite-host-0
- hostPath:
path: /data/nbitwebsite/conf.d
type: Directory
name: data-nbitwebsite-config-0