Commit Graph

3 Commits

Author SHA1 Message Date
19bae8cadd feat(longhorn): Rework installation process 2023-11-14 00:23:57 +01:00
3984ac3a1c feat(longhorn): Add node-affinity to avoid outbound deployment 2023-06-30 12:59:13 +02:00
99734efe1a feat(kustomization): Add kustomization for deployment
When deploying anything on the cluster, a `kustomization.yaml` is to be used to allow for on-the-fly patches, and autonomous cluster configuration through native k8s file configuration. This commit adds the first iteration for such implementation, essentially fixing the issue of setting up the cluster from a clean base. Now everything is consolidated into one single file, which later applies desired resources. This also fixes having to copy and paste URLs into the console, as Kustomize allows one to put those URLs into the kustomization file.
2022-12-30 23:48:09 +01:00