Skip to content

Commit

Permalink
removed(networkPolicy): removed network policy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasbg committed Sep 18, 2023
1 parent 23685fe commit 0ab53ff
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 44 deletions.
5 changes: 1 addition & 4 deletions guides/production-notes/production-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ To ensure MultiJuicer runs as smoothly during your CTF's / trainings / workshops

## Security Consideration

Add SecurityContext, PodSecurityContext and NetworkPolicy to further isolate and secure your training plattform.
Add SecurityContext and PodSecurityContext further isolate and secure your training plattform.

## TLDR

Expand All @@ -27,7 +27,6 @@ balancer:
capabilities:
drop:
- ALL
networkPolicy: true
replicas: 3
cookie:
cookieParserSecret: "THIS_IS_A_EXAMPLE_DONT_USE_THIS_AS_THE_ACTUAL_SECRET"
Expand All @@ -44,11 +43,9 @@ juiceShop:
runAsNonRoot: true
podsecurityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true
capabilities:
drop:
- ALL
networkPolicy: true

progressWatchdog:
securityContext:
Expand Down
40 changes: 0 additions & 40 deletions helm/multi-juicer/templates/juice-shop/networkPolicy.yaml

This file was deleted.

0 comments on commit 0ab53ff

Please sign in to comment.