Migrate Radicale to Longhorn
This commit is contained in:
parent
a9c54864d3
commit
cf38f3229f
4 changed files with 23 additions and 3 deletions
|
@ -67,7 +67,6 @@
|
|||
lab = {
|
||||
ingresses.freshrss = {
|
||||
host = "rss.kun.is";
|
||||
entrypoint = "localsecure";
|
||||
|
||||
service = {
|
||||
name = "freshrss";
|
||||
|
|
|
@ -69,6 +69,11 @@
|
|||
data.persistentVolumeClaim.claimName = "radicale";
|
||||
config.configMap.name = "radicale";
|
||||
};
|
||||
|
||||
securityContext = {
|
||||
fsGroup = 2999;
|
||||
fsGroupChangePolicy = "OnRootMismatch";
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -7,7 +7,6 @@ let
|
|||
"/radicale"
|
||||
"/pihole/data"
|
||||
"/pihole/dnsmasq"
|
||||
"/traefik/acme"
|
||||
"/forgejo/data"
|
||||
"/forgejo/runner/data"
|
||||
"/forgejo/runner/certs"
|
||||
|
|
Loading…
Reference in a new issue