- 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>
20 lines
376 B
YAML
20 lines
376 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: k8s-agent
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- pvc.yaml
|
|
- deployment.yaml
|
|
- service.yaml
|
|
- ingress.yaml
|
|
|
|
commonLabels:
|
|
app.kubernetes.io/part-of: k8s-agent-system
|
|
app.kubernetes.io/managed-by: argocd
|
|
|
|
images:
|
|
- name: gitea-http.taildb3494.ts.net/will/k8s-agent-dashboard
|
|
newTag: latest
|