Skip to content

Commit

Permalink
Update bad-deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
anusha94 authored Feb 14, 2025
1 parent fc0b698 commit 3ed90cf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config-files/k8s/bad-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ spec:
labels:
app: nginx
spec:
hostIPC: false
hostPID: false
hostNetwork: false
hostIPC: true
hostPID: true
hostNetwork: true
containers:
- name: nginx
image: nginx:1.14.2
Expand Down

0 comments on commit 3ed90cf

Please # to comment.