mirror of
https://github.com/truenas/charts.git
synced 2026-04-03 02:38:49 +08:00
* Add nginx-proxy-manager (initial commit) * Update questions and readme * Add a note/fixme * remove host network
13 lines
223 B
YAML
13 lines
223 B
YAML
npmNetwork:
|
|
webPort: 31000
|
|
httpPort: 31001
|
|
httpsPort: 31002
|
|
|
|
npmStorage:
|
|
data:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/data
|
|
certs:
|
|
type: hostPath
|
|
hostPath: /mnt/{{ .Release.Name }}/certs
|