mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 11:48:55 +08:00
* Add nginx-proxy-manager (initial commit) * Update questions and readme * Add a note/fixme * remove host network
29 lines
490 B
YAML
29 lines
490 B
YAML
image:
|
|
repository: jc21/nginx-proxy-manager
|
|
pullPolicy: IfNotPresent
|
|
tag: '2.10.2'
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
npmConfig:
|
|
additionalEnvs: []
|
|
npmNetwork:
|
|
webPort: 30000
|
|
httpPort: 30001
|
|
httpsPort: 30002
|
|
npmStorage:
|
|
data:
|
|
type: ixVolume
|
|
hostPath: ''
|
|
datasetName: data
|
|
certs:
|
|
type: ixVolume
|
|
hostPath: ''
|
|
datasetName: certs
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- username: admin@example.com
|
|
- password: changeme
|