feat: remove selfoss, replace with freshrss

This commit is contained in:
SeanOMik 2023-08-29 17:10:30 -04:00
parent d0c82e7a86
commit fc873064d9
Signed by: SeanOMik
GPG Key ID: 568F326C7EB33ACB
3 changed files with 9 additions and 10 deletions

View File

@ -16,20 +16,19 @@ spec:
values: values:
image: image:
repository: rsprta/selfoss repository: linuxserver/freshrss
tag: "2.19" tag: "1.21.0"
env: env:
UID: 10000 PUID: 10000
GID: 10000 PGID: 10000
UPLOAD_MAX_SIZE: 50M TZ: America/New_York
LOG_TO_STDOUT: true
service: service:
main: main:
ports: ports:
http: http:
port: 8888 port: 80
ingress: ingress:
main: main:
@ -51,8 +50,8 @@ spec:
config: config:
enabled: true enabled: true
type: hostPath type: hostPath
hostPath: /mnt/MainPool/Kubernetes/selfoss hostPath: /mnt/MainPool/Kubernetes/freshrss
mountPath: /selfoss/data mountPath: /config
resources: resources:
requests: requests:

View File

@ -11,4 +11,4 @@ resources:
#- ./plex #- ./plex
- ./tautulli - ./tautulli
- ./ombi - ./ombi
- ./selfoss - ./freshrss