Skip to content

Commit

Permalink
Code Review Feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haselhan committed Oct 10, 2023
1 parent e03564d commit eef6a8d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openshift/app.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ objects:
image: "${IMAGE_REGISTRY}/${NAMESPACE}/${REPO_NAME}-app:latest"
securityContext:
capabilities:
add: ["NET_BIND_SERVICE"]
add:
- NET_BIND_SERVICE
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down

0 comments on commit eef6a8d

Please sign in to comment.