diff options
Diffstat (limited to 'cluster')
-rw-r--r-- | cluster/prod/app/core/deploy/tricot.hcl | 3 | ||||
-rw-r--r-- | cluster/prod/app/woodpecker-ci/integration/README.md | 4 | ||||
-rw-r--r-- | cluster/staging/node/caribou.nix | 2 |
3 files changed, 6 insertions, 3 deletions
diff --git a/cluster/prod/app/core/deploy/tricot.hcl b/cluster/prod/app/core/deploy/tricot.hcl index 2c0636f..581fb74 100644 --- a/cluster/prod/app/core/deploy/tricot.hcl +++ b/cluster/prod/app/core/deploy/tricot.hcl @@ -35,6 +35,9 @@ job "core-tricot" { volumes = [ "secrets:/etc/tricot", ] + ulimit { + nofile = "65535:65535" + } } resources { diff --git a/cluster/prod/app/woodpecker-ci/integration/README.md b/cluster/prod/app/woodpecker-ci/integration/README.md index 2477995..b9561f7 100644 --- a/cluster/prod/app/woodpecker-ci/integration/README.md +++ b/cluster/prod/app/woodpecker-ci/integration/README.md @@ -38,8 +38,8 @@ apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docke ## Install the runner ```bash -wget https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/raw/branch/main/app/woodpecker-ci/integration/nix.conf -wget https://git.deuxfleurs.fr/Deuxfleurs/infrastructure/raw/branch/main/app/woodpecker-ci/integration/docker-compose.yml +wget https://git.deuxfleurs.fr/Deuxfleurs/nixcfg/raw/branch/main/cluster/prod/app/woodpecker-ci/integration/nix.conf +wget https://git.deuxfleurs.fr/Deuxfleurs/nixcfg/raw/branch/main/cluster/prod/app/woodpecker-ci/integration/docker-compose.yml ``` Create a new Agent for your runner in the Woodpecker admin, and copy the agent secret value. diff --git a/cluster/staging/node/caribou.nix b/cluster/staging/node/caribou.nix index 80293e9..487c838 100644 --- a/cluster/staging/node/caribou.nix +++ b/cluster/staging/node/caribou.nix @@ -9,7 +9,7 @@ boot.loader.efi.canTouchEfiVariables = true; deuxfleurs.hostName = "caribou"; - deuxfleurs.staticIPv6.address = "2001:910:1204:1::23"; + deuxfleurs.staticIPv6.address = "2a01:e0a:2c:540::23"; deuxfleurs.isRaftServer = true; system.stateVersion = "21.05"; |