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/
|
repoURL: https://k8s-at-home.com/charts/
|
||||||
chart: wallabag
|
chart: wallabag
|
||||||
revision: 7.1.2
|
revision: 7.1.2
|
||||||
# - app: lemmy
|
- app: lemmy
|
||||||
# namespace: lemmy
|
namespace: lemmy
|
||||||
# repoURL: https://ananace.gitlab.io/charts
|
repoURL: https://ananace.gitlab.io/charts
|
||||||
# chart: lemmy
|
chart: lemmy
|
||||||
# revision: 0.4.1
|
revision: 0.4.1
|
||||||
|
|
|
@ -64,6 +64,7 @@ postgresql:
|
||||||
persistence:
|
persistence:
|
||||||
enabled: true
|
enabled: true
|
||||||
existingClaim: "data-lemmy-postgresql-0"
|
existingClaim: "data-lemmy-postgresql-0"
|
||||||
|
storageClass: longhorn-retain
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
Loading…
Reference in a new issue