feat: remove selfoss, replace with freshrss
This commit is contained in:
parent
d0c82e7a86
commit
fc873064d9
|
@ -16,20 +16,19 @@ spec:
|
|||
|
||||
values:
|
||||
image:
|
||||
repository: rsprta/selfoss
|
||||
tag: "2.19"
|
||||
repository: linuxserver/freshrss
|
||||
tag: "1.21.0"
|
||||
|
||||
env:
|
||||
UID: 10000
|
||||
GID: 10000
|
||||
UPLOAD_MAX_SIZE: 50M
|
||||
LOG_TO_STDOUT: true
|
||||
PUID: 10000
|
||||
PGID: 10000
|
||||
TZ: America/New_York
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 8888
|
||||
port: 80
|
||||
|
||||
ingress:
|
||||
main:
|
||||
|
@ -51,8 +50,8 @@ spec:
|
|||
config:
|
||||
enabled: true
|
||||
type: hostPath
|
||||
hostPath: /mnt/MainPool/Kubernetes/selfoss
|
||||
mountPath: /selfoss/data
|
||||
hostPath: /mnt/MainPool/Kubernetes/freshrss
|
||||
mountPath: /config
|
||||
|
||||
resources:
|
||||
requests:
|
|
@ -11,4 +11,4 @@ resources:
|
|||
#- ./plex
|
||||
- ./tautulli
|
||||
- ./ombi
|
||||
- ./selfoss
|
||||
- ./freshrss
|
Loading…
Reference in New Issue