feat: remove selfoss, replace with freshrss
This commit is contained in:
parent
d0c82e7a86
commit
fc873064d9
|
@ -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:
|
|
@ -11,4 +11,4 @@ resources:
|
||||||
#- ./plex
|
#- ./plex
|
||||||
- ./tautulli
|
- ./tautulli
|
||||||
- ./ombi
|
- ./ombi
|
||||||
- ./selfoss
|
- ./freshrss
|
Loading…
Reference in New Issue