Skip to content

Commit

Permalink
Merge pull request #301 from zlabjp/remove-psp
Browse files Browse the repository at this point in the history
Remove PodSecurityPolicy description
  • Loading branch information
tatsuhiro-t authored Feb 6, 2024
2 parents 2e447bd + 837204f commit eac3eb4
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,20 +229,6 @@ spec:
...
```

If you use PodSecurityPolicy, grant these capabilities:

```yaml
apiVersion: policy/v1beta1
kind: PodSecurityPolicy
...
spec:
...
allowedCapabilities:
- SYS_ADMIN
- SYS_RESOURCE
...
```

## PROXY protocol support - preserving ClientIP addresses

In case you are running nghttpx-ingress-lb behind a LoadBalancer you might
Expand Down

0 comments on commit eac3eb4

Please sign in to comment.