chore: Restructure files.

This commit is contained in:
greysoh 2024-07-13 20:02:05 -04:00
parent a2b6441b77
commit 7ac7eee0e0
Signed by: imterah
GPG key ID: 8FA7DD57BA6CEA37
8 changed files with 0 additions and 11 deletions

View file

@ -1,11 +0,0 @@
stream {
upstream k3s_servers {
server k3s-server-cinit:6443;
server k3s-server-1:6443;
}
server {
listen 6443;
proxy_pass k3s_servers;
}
}