Remove mongo since raspberry pi doesn't support armv8.2
This commit is contained in:
parent
5c0ed13c42
commit
2a68a58756
2 changed files with 0 additions and 15 deletions
|
@ -60,11 +60,6 @@ helmApps:
|
|||
repoURL: https://k8s-at-home.com/charts/
|
||||
chart: wallabag
|
||||
revision: 7.1.2
|
||||
- app: mongodb
|
||||
namespace: mongodb
|
||||
repoURL: https://groundhog2k.github.io/helm-charts/
|
||||
chart: mongodb
|
||||
revision: 0.5.16
|
||||
# - app: lemmy
|
||||
# namespace: lemmy
|
||||
# repoURL: https://ananace.gitlab.io/charts
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
---
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: "mongodb"
|
||||
|
||||
nodeSelector:
|
||||
kubernetes.io/arch: arm64
|
||||
|
||||
storage:
|
||||
persistentVolumeClaimName: mongodb
|
Loading…
Reference in a new issue