Skip to content

Commit

Permalink
Merge pull request #5851 from zalando-incubator/drop-cronjob-monitor
Browse files Browse the repository at this point in the history
Remove cronjob-monitor
  • Loading branch information
mikkeloscar authored Mar 21, 2023
2 parents 853568d + fd2a075 commit ef16c6c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 87 deletions.
37 changes: 0 additions & 37 deletions cluster/manifests/cronjob-monitor/deployment.yaml

This file was deleted.

30 changes: 0 additions & 30 deletions cluster/manifests/cronjob-monitor/rbac.yaml

This file was deleted.

20 changes: 0 additions & 20 deletions cluster/manifests/cronjob-monitor/vpa.yaml

This file was deleted.

13 changes: 13 additions & 0 deletions cluster/manifests/deletions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,22 @@ pre_apply:
- name: "routegroup-admitter.teapot.zalan.do"
kind: ValidatingWebhookConfiguration
{{ end }}
- name: cronjob-monitor
namespace: kube-system
kind: VerticalPodAutoscaler
- name: cronjob-monitor
namespace: kube-system
kind: Deployment

# everything defined under here will be deleted after applying the manifests
post_apply:
- name: cronjob-monitor
kind: ClusterRole
- name: cronjob-monitor
kind: ClusterRoleBinding
- name: cronjob-monitor
namespace: kube-system
kind: ServiceAccount
{{ if eq .ConfigItems.teapot_admission_controller_process_resources "true" }}
- name: limits
namespace: default
Expand Down

0 comments on commit ef16c6c

Please sign in to comment.