|
1 | 1 | # platform
|
2 | 2 |
|
3 |
| -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm Chart for OpenTDF Platform
|
6 | 6 |
|
@@ -177,6 +177,9 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
|
177 | 177 | | nodeSelector | object | `{}` | Target specific nodes in the cluster |
|
178 | 178 | | playground | bool | `false` | |
|
179 | 179 | | podAnnotations | object | `{}` | Extra annotations to add to the pod |
|
| 180 | +| podDisruptionBudget.enabled | bool | `false` | Enable pod disruption budget | |
| 181 | +| podDisruptionBudget.maxUnavailable | string | `nil` | Maximum number of pods that can be unavailble | |
| 182 | +| podDisruptionBudget.minAvailable | string | `nil` | Minimum number of pods that must be available | |
180 | 183 | | podLabels | object | `{}` | Extra labels to add to the pod |
|
181 | 184 | | podSecurityContext | object | `{"runAsNonRoot":true,"seccompProfile":{"type":"RuntimeDefault"}}` | The pod security context (https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-pod) |
|
182 | 185 | | postgresql.auth.database | string | `"opentdf"` | |
|
@@ -205,6 +208,7 @@ Download the [keycloak_data.yaml](https://raw.githubusercontent.com/opentdf/plat
|
205 | 208 | | server.auth.policy.csv | string | `nil` | |
|
206 | 209 | | server.auth.policy.default | string | `nil` | |
|
207 | 210 | | server.auth.policy.map | string | `nil` | |
|
| 211 | +| server.auth.public_client_id | string | `"opentdf-public"` | The oidc client id, leveraged by otdfctl | |
208 | 212 | | server.auth.skew | string | `"1m"` | The amount of drift allowed between the server and the client for the Access Token |
|
209 | 213 | | server.cors.allowcredentials | bool | `true` | Allow credentials |
|
210 | 214 | | server.cors.allowedheaders | list | `["Accept","Authorization","Content-Type","X-CSRF-Token","X-Request-ID"]` | The allowed request headers |
|
|
0 commit comments