added updates

This commit is contained in:
2026-04-04 19:44:17 -06:00
parent 4c89cff398
commit fab91bb7c2
3 changed files with 19 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ check-stow:
.PHONY: pull-updates
pull-updates:
@echo "Pulling all recent updates"
@git pull
@git pull gitlab main
@git submodule update --recursive --remote
.PHONY: link

View File

@@ -0,0 +1,17 @@
# If this is being put on a new machine or OS install ensure you do the following:
# systemctl --user daemon-reload
# systemctl --user enable --now cloudflared-k8s.service
# systemctl --user status cloudflared-k8s.service
[Unit]
Description=Cloudflare Tunnel to K8s API
After=network-online.target
[Service]
ExecStart=/usr/bin/cloudflared access tcp --hostname k8s.samoneal.io --url localhost:6443
Restart=on-failure
RestartSec=5
[Install]
WantedBy=default.target