mirror of
https://github.com/truenas/charts.git
synced 2026-04-05 03:39:20 +08:00
This commit upgrades home-assistant, nginx-proxy-manager, adguard-home, homepage catalog item(s). Co-authored-by: sonicaj <waqarsonic1@gmail.com>
27 lines
454 B
YAML
27 lines
454 B
YAML
image:
|
|
repository: jc21/nginx-proxy-manager
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.10.4
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
npmConfig:
|
|
additionalEnvs: []
|
|
npmNetwork:
|
|
webPort: 30020
|
|
httpPort: 30021
|
|
httpsPort: 30022
|
|
npmStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|
|
certs:
|
|
type: ixVolume
|
|
datasetName: certs
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- username: admin@example.com
|
|
- password: changeme
|