You've already forked prometheus-fail2ban-exporter-charts
							
							docs(README): add section network policies
This commit is contained in:
		
							
								
								
									
										14
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										14
									
								
								README.md
									
									
									
									
									
								
							| @@ -286,11 +286,17 @@ networkPolicies: | |||||||
| | --------------------- | ---------------------- | ----- | | | --------------------- | ---------------------- | ----- | | ||||||
| | `podDisruptionBudget` | Pod disruption budget. | `{}`  | | | `podDisruptionBudget` | Pod disruption budget. | `{}`  | | ||||||
|  |  | ||||||
| ### Network | ### NetworkPolicies | ||||||
|  |  | ||||||
| | Name              | Description                                                                                                        | Value | | | Name                                  | Description                                                                                           | Value   | | ||||||
| | ----------------- | ------------------------------------------------------------------------------------------------------------------ | ----- | | | ------------------------------------- | ----------------------------------------------------------------------------------------------------- | ------- | | ||||||
| | `networkPolicies` | Deploy network policies based on the used container network interface (CNI) implementation - like calico or weave. | `{}`  | | | `networkPolicies.enabled`             | Enable network policies in general.                                                                   | `false` | | ||||||
|  | | `networkPolicies.default.enabled`     | Enable the network policy for accessing the application by default. For example to scape the metrics. | `false` | | ||||||
|  | | `networkPolicies.default.annotations` | Additional network policy annotations.                                                                | `{}`    | | ||||||
|  | | `networkPolicies.default.labels`      | Additional network policy labels.                                                                     | `{}`    | | ||||||
|  | | `networkPolicies.default.policyTypes` | List of policy types. Supported is ingress, egress or ingress and egress.                             | `[]`    | | ||||||
|  | | `networkPolicies.default.egress`      | Concrete egress network policy implementation.                                                        | `[]`    | | ||||||
|  | | `networkPolicies.default.ingress`     | Concrete ingress network policy implementation.                                                       | `[]`    | | ||||||
|  |  | ||||||
| ### Prometheus | ### Prometheus | ||||||
|  |  | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user