Compare commits
2 commits
2faa42e444
...
470ba02c25
Author | SHA1 | Date | |
---|---|---|---|
470ba02c25 | |||
565c3d370f |
2 changed files with 6 additions and 5 deletions
|
@ -60,8 +60,8 @@ helmApps:
|
|||
repoURL: https://k8s-at-home.com/charts/
|
||||
chart: wallabag
|
||||
revision: 7.1.2
|
||||
# - app: lemmy
|
||||
# namespace: lemmy
|
||||
# repoURL: https://ananace.gitlab.io/charts
|
||||
# chart: lemmy
|
||||
# revision: 0.4.1
|
||||
- app: lemmy
|
||||
namespace: lemmy
|
||||
repoURL: https://ananace.gitlab.io/charts
|
||||
chart: lemmy
|
||||
revision: 0.4.1
|
||||
|
|
|
@ -64,6 +64,7 @@ postgresql:
|
|||
persistence:
|
||||
enabled: true
|
||||
existingClaim: "data-lemmy-postgresql-0"
|
||||
storageClass: longhorn-retain
|
||||
|
||||
ingress:
|
||||
enabled: false
|
||||
|
|
Loading…
Reference in a new issue