mirror of
https://github.com/vhaudiquet/homeprod.git
synced 2026-09-22 00:43:32 +00:00
kyverno(kube): add kyverno
add a policy to remove cpu requests, to relieve cluster
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
---
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: kyverno
|
||||
resources:
|
||||
- namespace.yaml
|
||||
- repository.yaml
|
||||
- release.yaml
|
||||
# ClusterPolicy that strips CPU requests for emergency relief (toggleable).
|
||||
# See policy-strip-cpu-requests.yaml header for the toggle instructions.
|
||||
- policy-strip-cpu-requests.yaml
|
||||
configurations:
|
||||
- kustomizeconfig.yaml
|
||||
Reference in New Issue
Block a user