1
0
Fork 0

make rootfs readonly
dustin/hudctrl/pipeline/head There was a failure building this commit Details

Dustin 2022-08-01 09:39:31 -05:00
parent 426e0ce70e
commit 8020251ea1
1 changed files with 2 additions and 0 deletions

View File

@ -15,3 +15,5 @@ spec:
resources: resources:
limits: limits:
cpu: 500m cpu: 500m
securityContext:
readOnlyRootFilesystem: true