Skip to content

Commit

Permalink
adjust docu
Browse files Browse the repository at this point in the history
  • Loading branch information
doxthree committed Oct 11, 2024
1 parent 82b00a8 commit 2b62047
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,8 @@ In addition, Sentry will always behave as follows:
| gateway.resources.limits.memory | Maximum memory usage | 512Mi |
| gateway.resources.requests.cpu | Requested CPU performance | 0.5 |
| gateway.resources.requests.memory | Requested memory usage | 256Mi |
| gateway.containerSecurityContext.enabled | Enable/Disable container security context | false |
| gateway.containerSecurityContext.enabled | Enable/Disable container security context | true |
| gateway.podSecurityContext.enabled | Enable/Disable pod security context | true |
| gateway.uploadUrl | URL for the upload service | "http://localhost:8080/upload" |
| gateway.podAnnotations | Annotations for pods | {} |
| gateway.nodeSelector | Node labels for pod assignment | {} |
Expand Down

0 comments on commit 2b62047

Please sign in to comment.