Build tooling around nix-snapshotter

This commit is contained in:
Pim Kunis 2024-08-29 06:53:05 +02:00
parent e9899c0d0f
commit 04439a9ee5
6 changed files with 39 additions and 43 deletions

View file

@ -100,7 +100,7 @@
volumes.data.persistentVolumeClaim.claimName = "redisdata";
containers.redis = {
image = myLib.globals.images.paperlessRedis;
image = myLib.globals.images.redis7;
ports.redis.containerPort = 6379;
imagePullPolicy = "IfNotPresent";
@ -141,7 +141,7 @@
spec = {
containers.postgres = {
image = myLib.globals.images.paperlessPostgres;
image = myLib.globals.images.postgres15;
ports.postgres.containerPort = 5432;
imagePullPolicy = "IfNotPresent";