Compare commits

..

2 commits

Author SHA1 Message Date
470ba02c25 Last try? 2023-07-16 19:19:20 +00:00
565c3d370f Fix pvc in chart 2023-07-16 19:17:54 +00:00
2 changed files with 6 additions and 5 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,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