Allow configuration of priorityClassName on spire-server statefulset (#480)

This commit is contained in:
Inverse Integral
2023-09-12 22:31:23 +02:00
committed by GitHub
parent 9ad2ed59b1
commit 1f908676bb
4 changed files with 12 additions and 4 deletions
+2 -1
View File
@@ -81,7 +81,7 @@ curl --cacert CA/rootCA.crt --key client.key --cert client.crt https://localhos
In order to run Tornjak with simple HTTP Connection only, make sure you don't create any `Secrets` or `ConfigMaps` listed above.
## Parameters
## Parameters
### Chart parameters
@@ -103,6 +103,7 @@ In order to run Tornjak with simple HTTP Connection only, make sure you don't cr
| `podAnnotations` | Annotations to add to pods | `{}` |
| `podSecurityContext` | Pod security context | `{}` |
| `securityContext` | Security context | `{}` |
| `priorityClassName` | Priority class assigned to statefulset pods | `""` |
| `service.type` | Type of the Spire server service created | `ClusterIP` |
| `service.port` | Port for the created service | `8081` |
| `service.annotations` | Annotations to add to the service object | `{}` |