Files
homelab-k3s/apps/tududi/kustomization.yaml
T

11 lines
305 B
YAML
Raw Normal View History

2026-08-12 12:46:58 -07:00
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
# secret.example.yaml is intentionally NOT listed -- copy it to secret.yaml
# (gitignored), set real values, and apply it once per cluster.
resources:
- namespace.yaml
- storage.yaml
- deployment.yaml
- service.yaml
- ingress.yaml