16 lines
461 B
YAML
16 lines
461 B
YAML
# 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
|