Skip to content

Commit

Permalink
Add Net Binding
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Haselhan committed Oct 10, 2023
1 parent 08a24aa commit e03564d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions openshift/app.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ objects:
containers:
- name: app
image: "${IMAGE_REGISTRY}/${NAMESPACE}/${REPO_NAME}-app:latest"
securityContext:
capabilities:
add: ["NET_BIND_SERVICE"]
imagePullPolicy: IfNotPresent
livenessProbe:
tcpSocket:
Expand Down

0 comments on commit e03564d

Please sign in to comment.