- Updated deployment with correct Pi 3 tolerations - Updated ingress for cloudflare-tunnel - Added crontab example for systemd alternative - Updated go.sum 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
535 B
YAML
22 lines
535 B
YAML
apiVersion: networking.k8s.io/v1
|
|
kind: Ingress
|
|
metadata:
|
|
name: k8s-agent-dashboard
|
|
namespace: k8s-agent
|
|
labels:
|
|
app.kubernetes.io/name: k8s-agent-dashboard
|
|
app.kubernetes.io/component: dashboard
|
|
spec:
|
|
ingressClassName: cloudflare-tunnel
|
|
rules:
|
|
- host: k8s-agent-dashboard-k8s-agent.taildb3494.ts.net
|
|
http:
|
|
paths:
|
|
- path: /
|
|
pathType: Prefix
|
|
backend:
|
|
service:
|
|
name: k8s-agent-dashboard
|
|
port:
|
|
name: http
|