Skip to content

Commit

Permalink
Added nginx.yml manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Vodenitcharov authored and Vodenitcharov committed Feb 17, 2024
1 parent 78c9f1a commit 0e7e012
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions nginx.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
name: super-risky-pod
spec:
containers:
- name: nginx
image: nginx
securityContext:
privileged: true
runAsUser: 0

0 comments on commit 0e7e012

Please sign in to comment.