first commit
This commit is contained in:
commit
5c5e8dcba1
11 changed files with 451 additions and 0 deletions
26
config/deployment.yaml
Normal file
26
config/deployment.yaml
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: pvc-reaper
|
||||
namespace: pvc-reaper
|
||||
labels:
|
||||
app: pvc-reaper
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
matchLabels:
|
||||
app: pvc-reaper
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app: pvc-reaper
|
||||
spec:
|
||||
serviceAccountName: pvc-reaper
|
||||
containers:
|
||||
- name: pvc-reaper
|
||||
image: git.giftfish.de/ston1th/pvc-reaper
|
||||
resources:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 128Mi
|
||||
imagePullPolicy: Always
|
||||
Loading…
Add table
Add a link
Reference in a new issue