mirror of
https://github.com/truenas/charts.git
synced 2026-02-11 14:26:39 +08:00
* Upgraded catalog item(s)
This commit upgrades netdata, pgadmin, cloudflared, metube, tailscale, netbootxyz catalog item(s).
* revert netboot
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
27 lines
393 B
YAML
27 lines
393 B
YAML
image:
|
|
repository: dpage/pgadmin4
|
|
pullPolicy: IfNotPresent
|
|
tag: '8.11'
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
pgadminConfig:
|
|
adminEmail: ''
|
|
adminPassword: ''
|
|
additionalEnvs: []
|
|
|
|
pgadminNetwork:
|
|
webPort: 30056
|
|
certificateID:
|
|
hostNetwork: false
|
|
|
|
pgadminStorage:
|
|
config:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: config
|
|
additionalStorages: []
|