Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyakazm authored Feb 28, 2024
1 parent 8a1a3a0 commit b6050a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ please refer to [the official krakend documentation](https://www.krakend.io/docs
| networkPolicies.policies[0].type | string | `"ingress"` | Type of the network policy (ingress or egress) |
| nodeSelector | object | `{}` | The nodeSelector to use for the krakend pod |
| podAnnotations | object | `{}` | The annotations to use for the krakend pod |
| podLabels | object | `{}` | Labels to use for the krakend pod |
| podDisruptionBudget | object | `{"enabled":false,"maxUnavailable":"","minAvailable":1,"unhealthyPodEvictionPolicy":""}` | podDisruptionBudget allows you to define minumum and maximum available pods |
| podDisruptionBudget.enabled | bool | `false` | Set to true to create a default ServiceMonitor for your application |
| podDisruptionBudget.maxUnavailable | string | `""` | maximum available pods |
Expand Down

0 comments on commit b6050a5

Please sign in to comment.