mirror of
https://github.com/dagu-org/dagu.git
synced 2025-12-28 06:34:22 +00:00
21 lines
414 B
YAML
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"
|