You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: controllers/repo_manager/README.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,6 +40,7 @@ Api defines desired state of pulpcore-api resources
40
40
| init_container | InitContainer defines configuration of the init-containers that run in pulpcore pods |[PulpContainer](#pulpcontainer)| false |
41
41
| env_vars | Environment variables to add to pulpcore-api container |[]corev1.EnvVar | false |
42
42
| deployment_annotations | Annotations for the api deployment | map[string]string | false |
43
+
| custom_labels | Custom labels to add to api resources | map[string]string | false |
43
44
44
45
[Back to Custom Resources](#custom-resources)
45
46
@@ -63,6 +64,7 @@ Cache defines desired state of redis resources
63
64
| node_selector | NodeSelector for the Pulp pods. | map[string]string | false |
64
65
| strategy | The deployment strategy to use to replace existing pods with new ones. | appsv1.DeploymentStrategy | false |
65
66
| deployment_annotations | Annotations for the cache deployment | map[string]string | false |
67
+
| custom_labels | Custom labels to add to cache resources | map[string]string | false |
66
68
67
69
[Back to Custom Resources](#custom-resources)
68
70
@@ -87,6 +89,7 @@ Content defines desired state of pulpcore-content resources
87
89
| init_container | InitContainer defines configuration of the init-containers that run in pulpcore pods |[PulpContainer](#pulpcontainer)| false |
88
90
| env_vars | Environment variables to add to pulpcore-content container |[]corev1.EnvVar | false |
89
91
| deployment_annotations | Annotations for the content deployment | map[string]string | false |
92
+
| custom_labels | Custom labels to add to content resources | map[string]string | false |
90
93
91
94
[Back to Custom Resources](#custom-resources)
92
95
@@ -114,6 +117,7 @@ Database defines desired state of postgres
114
117
| pvc | PersistenVolumeClaim name that will be used by database pods If defined, the PVC must be provisioned by the user and the operator will only configure the deployment to use it | string | false |
115
118
| readinessProbe | Periodic probe of container service readiness. Container will be removed from service endpoints if the probe fails. |*corev1.Probe | false |
116
119
| livenessProbe | Periodic probe of container liveness. Container will be restarted if the probe fails. |*corev1.Probe | false |
120
+
| custom_labels | Custom labels to add to database resources | map[string]string | false |
117
121
118
122
[Back to Custom Resources](#custom-resources)
119
123
@@ -305,6 +309,7 @@ Web defines desired state of pulpcore-web (reverse-proxy) resources
305
309
| tls_termination_mechanism | The secure TLS termination mechanism to use Default: \"edge\"| string | false |
306
310
| env_vars | Environment variables to add to pulpcore-web container |[]corev1.EnvVar | false |
307
311
| deployment_annotations | Annotations for the web deployment | map[string]string | false |
312
+
| custom_labels | Custom labels to add to web resources | map[string]string | false |
308
313
309
314
[Back to Custom Resources](#custom-resources)
310
315
@@ -327,5 +332,6 @@ Worker defines desired state of pulpcore-worker resources
327
332
| init_container | InitContainer defines configuration of the init-containers that run in pulpcore pods |[PulpContainer](#pulpcontainer)| false |
328
333
| env_vars | Environment variables to add to pulpcore-worker container |[]corev1.EnvVar | false |
329
334
| deployment_annotations | Annotations for the worker deployment | map[string]string | false |
335
+
| custom_labels | Custom labels to add to worker resources | map[string]string | false |
0 commit comments