fix(awesome): Fix persistence (#2910)
* fix path * bump * test Permissions * restore Permissions
This commit is contained in:
parent
f25a43cce4
commit
6b29a2caf9
|
@ -2,7 +2,7 @@ apiVersion: v2
|
|||
appVersion: "latest-202"
|
||||
description: Awesome TTRSS aims to provide a powerful Dockerized all-in-one solution for Tiny Tiny RSS
|
||||
name: awesome-ttrss
|
||||
version: 0.0.2
|
||||
version: 0.0.3
|
||||
kubeVersion: ">=1.16.0-0"
|
||||
keywords:
|
||||
- tt-rss
|
||||
|
|
|
@ -14,13 +14,13 @@ podSecurityContext:
|
|||
persistence:
|
||||
icons:
|
||||
enabled: true
|
||||
mountPath: "/var/www/feed-icons/"
|
||||
mountPath: "/var/www/feed-icons"
|
||||
plugins:
|
||||
enabled: true
|
||||
mountPath: "/app/plugins.local"
|
||||
mountPath: "/var/www/plugins.local"
|
||||
themes:
|
||||
enabled: true
|
||||
mountPath: "/app/themes.local"
|
||||
mountPath: "/var/www/themes.local"
|
||||
|
||||
env:
|
||||
# -- External URL you use to connect to the RSS (the one you enter in your browser)
|
||||
|
|
Loading…
Reference in New Issue