mirror of
https://github.com/truenas/charts.git
synced 2026-05-16 14:12:59 +08:00
NAS-121454 / 23.10 / Add nginx-proxy-manager to community train (#1117)
* Add nginx-proxy-manager (initial commit) * Update questions and readme * Add a note/fixme * remove host network
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
npmNetwork:
|
||||
webPort: 31000
|
||||
httpPort: 31001
|
||||
httpsPort: 31002
|
||||
|
||||
npmStorage:
|
||||
data:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Name }}/data
|
||||
certs:
|
||||
type: hostPath
|
||||
hostPath: /mnt/{{ .Release.Name }}/certs
|
||||
Reference in New Issue
Block a user