|
1 | 1 | ## Codefresh gitops runtime |
2 | | -  |
| 2 | +  |
3 | 3 |
|
4 | 4 | ## Prerequisites |
5 | 5 |
|
@@ -27,7 +27,7 @@ We have created a helper utility to resolve this issue: |
27 | 27 | The utility is packaged in a container image. Below are instructions on executing the utility using Docker: |
28 | 28 |
|
29 | 29 | ``` |
30 | | -docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.5.2 <local_registry> |
| 30 | +docker run -v <output_dir>:/output quay.io/codefresh/gitops-runtime-private-registry-utils:0.6.0 <local_registry> |
31 | 31 | ``` |
32 | 32 | `output_dir` - is a local directory where the utility will output files. <br> |
33 | 33 | `local_registry` - is your local registry where you want to mirror the images to |
@@ -119,6 +119,9 @@ sealed-secrets: |
119 | 119 | | app-proxy.livenessProbe.timeoutSeconds | int | `10` | Number of seconds after which the [probe] times out. | |
120 | 120 | | app-proxy.nameOverride | string | `""` | | |
121 | 121 | | app-proxy.nodeSelector | object | `{}` | | |
| 122 | +| app-proxy.pdb.enabled | bool | `false` | Enable PDB | |
| 123 | +| app-proxy.pdb.maxUnavailable | string | `""` | Set number of pods that are unavailable after eviction as number or percentage | |
| 124 | +| app-proxy.pdb.minAvailable | int | `1` | Set number of pods that are available after eviction as number or percentage | |
122 | 125 | | app-proxy.podAnnotations | object | `{}` | | |
123 | 126 | | app-proxy.podLabels | object | `{}` | | |
124 | 127 | | app-proxy.podSecurityContext | object | `{}` | | |
@@ -306,6 +309,9 @@ sealed-secrets: |
306 | 309 | | internal-router.imagePullSecrets | list | `[]` | | |
307 | 310 | | internal-router.nameOverride | string | `""` | | |
308 | 311 | | internal-router.nodeSelector | object | `{}` | | |
| 312 | +| internal-router.pdb.enabled | bool | `false` | Enable PDB | |
| 313 | +| internal-router.pdb.maxUnavailable | string | `""` | Set number of pods that are unavailable after eviction as number or percentage | |
| 314 | +| internal-router.pdb.minAvailable | int | `1` | Set number of pods that are available after eviction as number or percentage | |
309 | 315 | | internal-router.podAnnotations | object | `{}` | | |
310 | 316 | | internal-router.podLabels | object | `{}` | | |
311 | 317 | | internal-router.podSecurityContext | object | `{}` | | |
|
0 commit comments