added security context
This commit is contained in:
parent
8afb79c92e
commit
4a315f72ae
1 changed files with 6 additions and 1 deletions
|
|
@ -20,8 +20,13 @@ spec:
|
||||||
containers:
|
containers:
|
||||||
- name: pvc-reaper
|
- name: pvc-reaper
|
||||||
image: git.giftfish.de/ston1th/pvc-reaper
|
image: git.giftfish.de/ston1th/pvc-reaper
|
||||||
|
imagePullPolicy: Always
|
||||||
|
securityContext:
|
||||||
|
runAsUser: 1000
|
||||||
|
runAsGroup: 1000
|
||||||
|
capabilities:
|
||||||
|
drop: ["ALL"]
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 100m
|
cpu: 100m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
imagePullPolicy: Always
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue