option to set KeyManager memory in spire server (#444)
This commit is contained in:
@@ -160,6 +160,8 @@ In order to run Tornjak with simple HTTP Connection only, make sure you don't cr
|
||||
| ingress.tls | list | `[]` | |
|
||||
| initContainers | list | `[]` | |
|
||||
| jwtIssuer | string | `"https://oidc-discovery.example.org"` | The JWT issuer domain |
|
||||
| keyManager.disk.enabled | bool | `true` | |
|
||||
| keyManager.memory.enabled | bool | `false` | |
|
||||
| livenessProbe.failureThreshold | int | `2` | Failure threshold count for livenessProbe |
|
||||
| livenessProbe.initialDelaySeconds | int | `15` | Initial delay seconds for livenessProbe |
|
||||
| livenessProbe.periodSeconds | int | `60` | Period seconds for livenessProbe |
|
||||
|
||||
Reference in New Issue
Block a user