setting up configuration for proxying

This commit is contained in:
2025-03-06 19:04:56 -07:00
parent 2e0f08f803
commit 93c219db88
4 changed files with 51 additions and 2 deletions

View File

@@ -30,3 +30,11 @@ Currently clouflare domains cannot be CNAME'd to tailscale domains:
- <https://github.com/tailscale/tailscale/issues/7650>
- related, different IP addresses: <https://tailscale.com/blog/choose-your-ip#natural-solutions>
## Kubernetes ingress controller
```
kubectl apply -f https://raw.githubusercontent.com/kubernetes/ingress-nginx/controller-v1.12.0/deploy/static/provider/baremetal/deploy.yaml
``
I'll need to create a custom service to bring in port 80 and 443 later