|
1 | 1 | # api7ee3 |
2 | 2 |
|
3 | | -   |
| 3 | +   |
4 | 4 |
|
5 | 5 | A Helm chart for Kubernetes |
6 | 6 |
|
@@ -39,6 +39,7 @@ A Helm chart for Kubernetes |
39 | 39 | | dashboard.readinessProbe.initialDelaySeconds | int | `10` | | |
40 | 40 | | dashboard.readinessProbe.periodSeconds | int | `3` | | |
41 | 41 | | dashboard.replicaCount | int | `1` | | |
| 42 | +| dashboard.topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pod assignment https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ The value is evaluated as a template | |
42 | 43 | | dashboard_configuration.audit.retention_days | int | `60` | | |
43 | 44 | | dashboard_configuration.console.addr | string | `"http://127.0.0.1:3000"` | | |
44 | 45 | | dashboard_configuration.consumer_proxy.cache_failure_count | int | `512` | | |
@@ -114,6 +115,7 @@ A Helm chart for Kubernetes |
114 | 115 | | developer_portal.readinessProbe.initialDelaySeconds | int | `10` | | |
115 | 116 | | developer_portal.readinessProbe.periodSeconds | int | `3` | | |
116 | 117 | | developer_portal.replicaCount | int | `1` | | |
| 118 | +| developer_portal.topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pod assignment https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ The value is evaluated as a template | |
117 | 119 | | developer_portal_configuration.database.dsn | string | `"postgres://api7ee:changeme@api7-postgresql:5432/api7ee"` | | |
118 | 120 | | developer_portal_configuration.database.max_idle_time | string | `"30s"` | | |
119 | 121 | | developer_portal_configuration.database.max_open_conns | int | `30` | | |
@@ -152,6 +154,7 @@ A Helm chart for Kubernetes |
152 | 154 | | dp_manager.readinessProbe.initialDelaySeconds | int | `10` | | |
153 | 155 | | dp_manager.readinessProbe.periodSeconds | int | `3` | | |
154 | 156 | | dp_manager.replicaCount | int | `1` | | |
| 157 | +| dp_manager.topologySpreadConstraints | list | `[]` | Topology Spread Constraints for pod assignment https://kubernetes.io/docs/concepts/workloads/pods/pod-topology-spread-constraints/ The value is evaluated as a template | |
155 | 158 | | dp_manager_configuration.consumer_cache.evict_interval | string | `"5s"` | | |
156 | 159 | | dp_manager_configuration.consumer_cache.max_ttl | string | `"2h"` | | |
157 | 160 | | dp_manager_configuration.consumer_cache.size | int | `50000` | | |
|
0 commit comments