Enable redis within the authentik pod, add redis to corp

We put it in the pod because I don't know how to make it accessible to
things in the bod without binding all host addresses. There's probably a
sophisticated way to do it correctly, but I don't want to figure it out
yet.
This commit is contained in:
Eli Ribble 2025-07-18 19:04:50 +00:00
parent b94bea0a59
commit 71d8bff1e6
2 changed files with 5 additions and 0 deletions

View file

@ -19,6 +19,7 @@
wget
];
myModules = {
authentik.enable = true;
onlyoffice.enable = true;
seafile.enable = true;
synapse.enable = true;