Compare commits

..

No commits in common. "470ba02c25313f89a0d620500f45ca0bd1590e15" and "2faa42e444e1b58902f4a53d7b042bdf865ade38" have entirely different histories.

2 changed files with 5 additions and 6 deletions

View file

@ -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

View file

@ -64,7 +64,6 @@ 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