mirror of
https://github.com/truenas/charts.git
synced 2026-04-14 10:40:31 +08:00
32 lines
547 B
YAML
32 lines
547 B
YAML
freshrssConfig:
|
|
defaultAdmin: admin
|
|
defaultAdminPass: admin
|
|
enableCron: true
|
|
cronSchedule: "*/5 * * * *"
|
|
additionalEnvs:
|
|
- name: freshrss__API_KEY
|
|
value: some-long-api-key
|
|
- name: freshrss__LOG_LEVEL
|
|
value: error
|
|
|
|
freshrssNetwork:
|
|
webPort: 32000
|
|
|
|
freshrssStorage:
|
|
data:
|
|
type: pvc
|
|
extensions:
|
|
type: pvc
|
|
pgData:
|
|
type: pvc
|
|
pgBackup:
|
|
type: emptyDir
|
|
emptyDirConfig:
|
|
medium: ""
|
|
size: ""
|
|
additionalStorages:
|
|
- type: pvc
|
|
mountPath: /data1
|
|
- type: pvc
|
|
mountPath: /data2
|