Migrate Minecraft to Longhorn
This commit is contained in:
parent
cf38f3229f
commit
518c0eb121
2 changed files with 9 additions and 4 deletions
|
@ -24,6 +24,11 @@
|
|||
mountPath = "/data";
|
||||
}];
|
||||
};
|
||||
|
||||
securityContext = {
|
||||
fsGroup = 1000;
|
||||
fsGroupChangePolicy = "OnRootMismatch";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -5,14 +5,14 @@
|
|||
|
||||
# volumeMounts = [
|
||||
# {
|
||||
# name = "radicale";
|
||||
# mountPath = "/radicale";
|
||||
# name = "minecraft";
|
||||
# mountPath = "/minecraft";
|
||||
# }
|
||||
# ];
|
||||
# };
|
||||
|
||||
# volumes = {
|
||||
# radicale.persistentVolumeClaim.claimName = "radicale";
|
||||
# minecraft.persistentVolumeClaim.claimName = "minecraft";
|
||||
# };
|
||||
# };
|
||||
|
||||
|
@ -21,6 +21,7 @@
|
|||
hedgedoc-uploads.storage = "50Mi";
|
||||
freshrss.storage = "400Mi";
|
||||
radicale.storage = "200Mi";
|
||||
minecraft.storage = "1Gi";
|
||||
};
|
||||
|
||||
nfsVolumes = {
|
||||
|
@ -41,7 +42,6 @@
|
|||
paperless-ngx-redisdata.path = "paperless-ngx/redisdata";
|
||||
paperless-ngx-data.path = "paperless-ngx/data";
|
||||
nextcloud.path = "nextcloud/data";
|
||||
minecraft.path = "minecraft";
|
||||
forgejo.path = "forgejo/data";
|
||||
forgejo-runner-data.path = "forgejo/runner/data";
|
||||
forgejo-runner-certs.path = "forgejo/runner/certs";
|
||||
|
|
Loading…
Reference in a new issue