all repos — infra @ b85819ffb34ecd9220ba68d2bdbe797773028aa9

infrastructure manifests and setup notes

all: misc
Anirudh Oppiliappan x@icyphox.sh
Tue, 09 Jul 2024 09:16:57 +0300
commit

b85819ffb34ecd9220ba68d2bdbe797773028aa9

parent

8360f0cae06b5dbd755b3abe84a1994ce8182c8b

4 files changed, 6 insertions(+), 0 deletions(-)

jump to
M .gitignore.gitignore

@@ -1,3 +1,5 @@

*certs* .direnv/ rootca.crt +./tmp +result
M apps/imaginary/imaginary.yamlapps/imaginary/imaginary.yaml

@@ -13,6 +13,8 @@ metadata:

labels: app: imaginary spec: + nodeSelector: + kubernetes.io/hostname: sini containers: - name: imaginary image: h2non/imaginary:latest
M flake.nixflake.nix

@@ -47,6 +47,7 @@ default = pkgs.mkShell {

nativeBuildInputs = with pkgs; [ kubectl kubectx + kubernetes-helm go ]; };
M readmereadme

@@ -10,6 +10,7 @@ Machines are in a Tailscale mesh, with K3s and MetalLB advertising on

the Tailscale interface. • sini: 8GB, i5-6500T, 256GB SSD +• iso: 8GB, i5-6500, 500GB HDD • denna: 8GB, N100, 128GB eMMC