mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 02:30:53 +08:00
* Upgraded catalog item(s)
This commit upgrades netdata, elastic-search, home-assistant, pgadmin, mealie, drawio, jellyfin, freshrss, n8n catalog item(s).
* revert pgadmin
---------
Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
59 lines
1.2 KiB
YAML
59 lines
1.2 KiB
YAML
image:
|
|
repository: freshrss/freshrss
|
|
pullPolicy: IfNotPresent
|
|
tag: 1.24.1
|
|
|
|
resources:
|
|
limits:
|
|
cpu: 4000m
|
|
memory: 8Gi
|
|
|
|
freshrssConfig:
|
|
defaultAdmin: ''
|
|
defaultAdminPass: ''
|
|
enableCron: false
|
|
# */20 * * * * = every 20 minutes (Recommended)
|
|
cronSchedule: ''
|
|
additionalEnvs: []
|
|
|
|
freshrssNetwork:
|
|
webPort: 31000
|
|
hostNetwork: false
|
|
|
|
freshrssStorage:
|
|
data:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: data
|
|
extensions:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: extensions
|
|
additionalStorages: []
|
|
pgData:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgData
|
|
pgBackup:
|
|
type: ixVolume
|
|
ixVolumeConfig:
|
|
datasetName: pgBackup
|
|
|
|
notes:
|
|
custom: |
|
|
## Database
|
|
You can connect to the database using the pgAdmin App from the catalog
|
|
|
|
<details>
|
|
<summary>Database Details</summary>
|
|
|
|
- Database: `freshrss`
|
|
- Username: `freshrss`
|
|
- Password: `{{ .Values.freshrssDbPass }}`
|
|
- Host: `{{ .Values.freshrssDbHost }}.{{ .Release.Namespace }}.svc.cluster.local`
|
|
- Port: `5432`
|
|
|
|
</details>
|
|
{{- $_ := unset .Values "freshrssDbPass" }}
|
|
{{- $_ := unset .Values "freshrssDbHost" }}
|