mirror of
https://github.com/truenas/charts.git
synced 2026-04-09 21:59:10 +08:00
* Upgraded catalog item(s)
This commit upgrades nginx-proxy-manager, castopod, immich, n8n, node-red catalog item(s).
* revert immich db
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
30 lines
486 B
YAML
30 lines
486 B
YAML
image:
|
|
repository: jc21/nginx-proxy-manager
|
|
pullPolicy: IfNotPresent
|
|
tag: 2.11.3
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
npmConfig:
|
|
additionalEnvs: []
|
|
npmNetwork:
|
|
webPort: 30020
|
|
httpPort: 30021
|
|
httpsPort: 30022
|
|
npmID:
|
|
user: 568
|
|
group: 568
|
|
npmStorage:
|
|
data:
|
|
type: ixVolume
|
|
datasetName: data
|
|
certs:
|
|
type: ixVolume
|
|
datasetName: certs
|
|
notes:
|
|
custom: |
|
|
Default credentials:
|
|
- username: admin@example.com
|
|
- password: changeme
|