Skip to content

Repository containing a Kubernetes Helm chart for the pod-reaper

License

Notifications You must be signed in to change notification settings

rogerioefonseca/pod-reaper-helm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pod Reaper Helm Chart

This is a helm templated deployment for pod-reaper.

Chart details

This chart will install a target/pod-reaper for an arbitrary number of configurations.

Installing the chart.

helm upgrade --install <deployment name> . -f values.yaml --namespace <namespace>
Parameter Description Default
image.repository Image file location target/pod-reaper
image.tag Image tag 2.8.0
resources Provides resource limits ```
limits:
cpu: 30m
memory: 30Mi
requests:
cpu: 20m
memory: 20Mi
```

...

About

Repository containing a Kubernetes Helm chart for the pod-reaper

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published