File tree Expand file tree Collapse file tree 2 files changed +12
-4
lines changed
versioned_docs/version-v0.3.x/getting-started Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -207,7 +207,9 @@ Install the OpenChoreo build plane using Helm for CI/CD capabilities using Argo
207
207
--create-namespace --namespace openchoreo-build-plane \\
208
208
--timeout=10m \\
209
209
--kube-context kind-openchoreo-bp \\
210
- --set fluentBit.enabled=true ` }
210
+ --set fluentBit.enabled=true \\
211
+ --set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
212
+ --set global.defaultResources.registry.local.pullEndpoint="localhost:30003" ` }
211
213
</CodeBlock >
212
214
213
215
Wait for the build plane components to be ready:
@@ -302,7 +304,9 @@ helm upgrade build-plane oci://ghcr.io/openchoreo/helm-charts/openchoreo-build-p
302
304
--set fluentBit.config.opensearch.host="openchoreo-op-control-plane" \\
303
305
--set fluentBit.config.opensearch.port=30920 \\
304
306
--kube-context kind-openchoreo-bp \\
305
- --set fluentBit.enabled=true ` }
307
+ --set fluentBit.enabled=true \\
308
+ --set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
309
+ --set global.defaultResources.registry.local.pullEndpoint="localhost:30003" ` }
306
310
</CodeBlock >
307
311
308
312
<CodeBlock language = " bash" >
Original file line number Diff line number Diff line change @@ -207,7 +207,9 @@ Install the OpenChoreo build plane using Helm for CI/CD capabilities using Argo
207
207
--create-namespace --namespace openchoreo-build-plane \\
208
208
--timeout=10m \\
209
209
--kube-context kind-openchoreo-bp \\
210
- --set fluentBit.enabled=true ` }
210
+ --set fluentBit.enabled=true \\
211
+ --set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
212
+ --set global.defaultResources.registry.local.pullEndpoint="localhost:30003" ` }
211
213
</CodeBlock >
212
214
213
215
Wait for the build plane components to be ready:
@@ -302,7 +304,9 @@ helm upgrade build-plane oci://ghcr.io/openchoreo/helm-charts/openchoreo-build-p
302
304
--set fluentBit.config.opensearch.host="openchoreo-op-control-plane" \\
303
305
--set fluentBit.config.opensearch.port=30920 \\
304
306
--kube-context kind-openchoreo-bp \\
305
- --set fluentBit.enabled=true ` }
307
+ --set fluentBit.enabled=true \\
308
+ --set global.defaultResources.registry.local.pushEndpoint="openchoreo-dp-control-plane:30003" \\
309
+ --set global.defaultResources.registry.local.pullEndpoint="localhost:30003" ` }
306
310
</CodeBlock >
307
311
308
312
<CodeBlock language = " bash" >
You can’t perform that action at this time.
0 commit comments