Files
chart/library/ix-dev/community/freshrss/values.yaml
bugclerk 8e56f1c5a2 Upgraded catalog item(s) (#1689)
* Upgraded catalog item(s)

        This commit upgrades collabora, netdata, plex, komga, freshrss catalog item(s).

* bump common

* fix ci

* hmm

---------

Co-authored-by: sonicaj <waqarsonic1@gmail.com>
Co-authored-by: Stavros kois <s.kois@outlook.com>
Co-authored-by: Stavros Kois <47820033+stavros-k@users.noreply.github.com>
2023-10-31 14:12:18 +02:00

55 lines
1.1 KiB
YAML

image:
repository: freshrss/freshrss
pullPolicy: IfNotPresent
tag: 1.22.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
datasetName: data
extensions:
type: ixVolume
datasetName: extensions
additionalStorages: []
pgData:
type: ixVolume
datasetName: pgData
pgBackup:
type: ixVolume
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" }}