A Helm chart to deploy FreshRSS
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
env.CRON_MIN | string | "1,31" |
|
env.TZ | string | "America/Chicago" |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "docker.io/freshrss/freshrss" |
|
image.tag | string | "1.20.2" |
|
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.className | string | "" |
|
ingress.enabled | bool | false |
|
ingress.hosts[0].host | string | "chart-example.local" |
|
ingress.hosts[0].paths[0].path | string | "/" |
|
ingress.hosts[0].paths[0].pathType | string | "ImplementationSpecific" |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
persistence.enabled | bool | false |
|
persistence.size | string | "5Gi" |
|
persistence.storageClassName | string | "" |
|
podAnnotations | object | {} |
|
podLabels | object | {} |
|
podSecurityContext | object | {} |
|
replicaCount | int | 1 |
|
resources.limits.cpu | string | "200m" |
|
resources.limits.memory | string | "250Mi" |
|
resources.requests.cpu | string | "100m" |
|
resources.requests.memory | string | "128Mi" |
|
securityContext | object | {} |
|
service.port | int | 80 |
|
service.type | string | "ClusterIP" |
|
serviceAccount.annotations | object | {} |
|
serviceAccount.create | bool | true |
|
serviceAccount.name | string | "" |
|
tolerations | list | [] |
|
velero.backupSchedule | list | [] |
|
velero.enabled | bool | false |
Autogenerated from chart metadata using helm-docs v1.11.0