ops(k8s): create app of apps project, deploy flannel with it

This commit is contained in:
Kat Inskip 2024-01-17 15:34:53 -08:00
parent de91366e09
commit bcbc560217
Signed by: kat
GPG key ID: 465E64DECEA8CF0F
7 changed files with 96 additions and 26 deletions

View file

@ -13,6 +13,7 @@
disableAgent = false; # single node server+agent
extraFlags = toString [
"--disable=servicelb" # we want to use metallb
# i guess it's kind of ok to keep the local path provisioner, even though i used to have the yaml files for deploying it on regular k8s
];
};