Skip to content

Commit

Permalink
REP-430: Use hostPID (#93)
Browse files Browse the repository at this point in the history
Co-authored-by: Ivaylo Papratilov <[email protected]>
  • Loading branch information
Ivaka and Ivaka authored Jan 24, 2024
1 parent 674490d commit 3b2b8f8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/egressd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ collector:
podLabels: { }

# If hostPID is used container should run in fully privileged mode. Then hostNetwork can be set to false.
hostPID: false
hostNetwork: true
hostPID: true
hostNetwork: false

podSecurityContext: { }
# fsGroup: 2000
Expand Down

0 comments on commit 3b2b8f8

Please sign in to comment.