Migrate Minecraft to Longhorn

This commit is contained in:
Pim Kunis 2024-05-21 20:41:24 +02:00
parent cf38f3229f
commit 518c0eb121
2 changed files with 9 additions and 4 deletions

View file

@ -24,6 +24,11 @@
mountPath = "/data"; mountPath = "/data";
}]; }];
}; };
securityContext = {
fsGroup = 1000;
fsGroupChangePolicy = "OnRootMismatch";
};
}; };
}; };
}; };

View file

@ -5,14 +5,14 @@
# volumeMounts = [ # volumeMounts = [
# { # {
# name = "radicale"; # name = "minecraft";
# mountPath = "/radicale"; # mountPath = "/minecraft";
# } # }
# ]; # ];
# }; # };
# volumes = { # volumes = {
# radicale.persistentVolumeClaim.claimName = "radicale"; # minecraft.persistentVolumeClaim.claimName = "minecraft";
# }; # };
# }; # };
@ -21,6 +21,7 @@
hedgedoc-uploads.storage = "50Mi"; hedgedoc-uploads.storage = "50Mi";
freshrss.storage = "400Mi"; freshrss.storage = "400Mi";
radicale.storage = "200Mi"; radicale.storage = "200Mi";
minecraft.storage = "1Gi";
}; };
nfsVolumes = { nfsVolumes = {
@ -41,7 +42,6 @@
paperless-ngx-redisdata.path = "paperless-ngx/redisdata"; paperless-ngx-redisdata.path = "paperless-ngx/redisdata";
paperless-ngx-data.path = "paperless-ngx/data"; paperless-ngx-data.path = "paperless-ngx/data";
nextcloud.path = "nextcloud/data"; nextcloud.path = "nextcloud/data";
minecraft.path = "minecraft";
forgejo.path = "forgejo/data"; forgejo.path = "forgejo/data";
forgejo-runner-data.path = "forgejo/runner/data"; forgejo-runner-data.path = "forgejo/runner/data";
forgejo-runner-certs.path = "forgejo/runner/certs"; forgejo-runner-certs.path = "forgejo/runner/certs";