Migrate Radicale to Longhorn

This commit is contained in:
Pim Kunis 2024-05-21 20:26:48 +02:00
parent a9c54864d3
commit cf38f3229f
4 changed files with 23 additions and 3 deletions

View file

@ -67,7 +67,6 @@
lab = {
ingresses.freshrss = {
host = "rss.kun.is";
entrypoint = "localsecure";
service = {
name = "freshrss";

View file

@ -69,6 +69,11 @@
data.persistentVolumeClaim.claimName = "radicale";
config.configMap.name = "radicale";
};
securityContext = {
fsGroup = 2999;
fsGroupChangePolicy = "OnRootMismatch";
};
};
};
};

View file

@ -1,8 +1,26 @@
{
# kubernetes.resources.pods.testje.spec = {
# containers.testje = {
# image = "nginx";
# volumeMounts = [
# {
# name = "radicale";
# mountPath = "/radicale";
# }
# ];
# };
# volumes = {
# radicale.persistentVolumeClaim.claimName = "radicale";
# };
# };
lab = {
longhornVolumes = {
hedgedoc-uploads.storage = "50Mi";
freshrss.storage = "400Mi";
radicale.storage = "200Mi";
};
nfsVolumes = {
@ -16,7 +34,6 @@
sonarr-config.path = "sonarr/config";
bazarr-config.path = "bazarr/config";
atticd.path = "atticd";
radicale.path = "radicale";
syncthing.path = "syncthing/config";
kitchenowl.path = "kitchenowl/data";
pihole-data.path = "pihole/data";

View file

@ -7,7 +7,6 @@ let
"/radicale"
"/pihole/data"
"/pihole/dnsmasq"
"/traefik/acme"
"/forgejo/data"
"/forgejo/runner/data"
"/forgejo/runner/certs"