titan-iac/services/maintenance/kustomization.yaml

16 lines
461 B
YAML
Raw Normal View History

# services/maintenance/kustomization.yaml
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- node-nofile-serviceaccount.yaml
- pod-cleaner-rbac.yaml
- node-nofile-script.yaml
- pod-cleaner-script.yaml
- node-nofile-daemonset.yaml
- pod-cleaner-cronjob.yaml
- node-image-sweeper-serviceaccount.yaml
- node-image-sweeper-script.yaml
- node-image-sweeper-daemonset.yaml
- image-sweeper-cronjob.yaml