dagu/deploy/k8s/kustomization.yaml
YotaHamada 73855a282b
Enhance distributed execution support (#1360)
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-10-26 18:08:56 +09:00

21 lines
414 B
YAML

apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: dagu-dev
resources:
- namespace.yaml
- configmap.yaml
- pvc.yaml
- server-deployment.yaml
- worker-deployment.yaml
# Optional: Add common labels to all resources
commonLabels:
app: dagu
environment: local
# Optional: Add common annotations
commonAnnotations:
description: "Dagu distributed execution - local k8s setup"