Skip to content

Commit

Permalink
Security context for new Caddy version
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Sep 1, 2023
1 parent 879ea3d commit 9a760de
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions public/openshift.deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,9 @@ objects:
spec:
containers:
- image: ${NAME}-${ZONE}-${COMPONENT}:${ZONE}-${COMPONENT}
securityContext:
capabilities:
add: ["NET_BIND_SERVICE"]
imagePullPolicy: Always
name: ${NAME}
env:
Expand Down

0 comments on commit 9a760de

Please sign in to comment.