Add recommendation for prometheus exporter (#144)

This commit is contained in:
kfox1111
2023-12-19 11:38:20 +00:00
committed by GitHub
parent 6997d6a904
commit 33cacd2ee8
8 changed files with 9 additions and 9 deletions
+1
View File
@@ -162,6 +162,7 @@ Now you can interact with the Spire agent socket from your own application. The
| `global.spire.recommendations.priorityClassName` | Set to true to use recommended values for Pod Priority Class Names | `true` |
| `global.spire.recommendations.strictMode` | Check values, such as trustDomain, are overridden with a suitable value for production. | `true` |
| `global.spire.recommendations.securityContexts` | Set to true to use recommended values for Pod and Container Security Contexts | `true` |
| `global.spire.recommendations.prometheus` | Enable prometheus exporters for monitoring | `true` |
| `global.spire.image.registry` | Override all Spire image registries at once | `""` |
| `global.spire.namespaces.system.name` | Name of the Spire system Namespace. | `spire-system` |
| `global.spire.namespaces.system.create` | Create a Namespace for Spire system resources. | `false` |