Skip to content

Commit

Permalink
Merge pull request #18 from DISHDevEx/aakash/update-k8s-deployments
Browse files Browse the repository at this point in the history
enable securityContext for container specs
  • Loading branch information
netwrkerror authored Feb 21, 2024
2 parents 842f3da + c24dafb commit 5e419c2
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 5 deletions.
4 changes: 3 additions & 1 deletion deployment/manifest_bbo_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ spec:
imagePullPolicy: Always
resources: {}
ports:
- containerPort: 8888
- containerPort: 8888
securityContext:
allowPrivilegeEscalation: false
status: {}
4 changes: 3 additions & 1 deletion deployment/manifest_dqn_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ spec:
imagePullPolicy: Always
resources: {}
ports:
- containerPort: 8888
- containerPort: 8888
securityContext:
allowPrivilegeEscalation: false
status: {}
4 changes: 3 additions & 1 deletion deployment/manifest_respons_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ spec:
imagePullPolicy: Always
resources: {}
ports:
- containerPort: 8888
- containerPort: 8888
securityContext:
allowPrivilegeEscalation: false
status: {}
4 changes: 3 additions & 1 deletion deployment/manifest_sac_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ spec:
imagePullPolicy: Always
resources: {}
ports:
- containerPort: 8888
- containerPort: 8888
securityContext:
allowPrivilegeEscalation: false
status: {}
4 changes: 3 additions & 1 deletion deployment/manifest_v0_agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,5 +23,7 @@ spec:
imagePullPolicy: Always
resources: {}
ports:
- containerPort: 8888
- containerPort: 8888
securityContext:
allowPrivilegeEscalation: false
status: {}

0 comments on commit 5e419c2

Please sign in to comment.