first commit

This commit is contained in:
ston1th 2019-12-01 00:52:25 +01:00
commit 5c5e8dcba1
11 changed files with 451 additions and 0 deletions

26
config/deployment.yaml Normal file
View 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