Add secrets for archive-box, webhook-bridge, and tekton.

This commit is contained in:
Tom Alexander
2026-04-28 17:45:02 -04:00
parent 5cfb2c3b6a
commit 785f28a351
4 changed files with 98 additions and 16 deletions

View File

@@ -32,7 +32,7 @@ let
containerRuntimeEndpoint = "unix:///var/run/containerd/containerd.sock";
enableServer = true;
failSwapOn = false;
maxPods = 16;
maxPods = 110;
memorySwap = {
swapBehavior = "NoSwap";
};