Skip to content

Commit c61f83a

Browse files
committed
docs: update observability-plane URLs for non-localhost defaults
The observability-plane chart no longer ships *.localhost defaults for the control-plane API URLs (openchoreo/openchoreo#3845) and introduces a dedicated observer.publicUrl value (openchoreo/openchoreo#3846). - Helm values reference: controlPlaneApiUrl / openchoreoApiUrl now show the .invalid placeholder default; document observer.publicUrl. - Bring-your-own-environment guide: set observer.controlPlaneApiUrl (so the initial install passes hostname validation) and observer.publicUrl. Signed-off-by: Rashad Sirajudeen <rashad@wso2.com>
1 parent 14cf506 commit c61f83a

2 files changed

Lines changed: 32 additions & 29 deletions

File tree

docs/getting-started/try-it-out/on-your-environment.mdx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,7 @@ OpenChoreo uses a modular observability plane. In this step you will:
945945
observer:
946946
openSearchSecretName: opensearch-admin-credentials
947947
secretName: observer-secret
948+
controlPlaneApiUrl: "https://api.\${CP_BASE_DOMAIN}"
948949
gateway:
949950
tls:
950951
enabled: false
@@ -1041,6 +1042,7 @@ observer:
10411042
openSearchSecretName: opensearch-admin-credentials
10421043
secretName: observer-secret
10431044
controlPlaneApiUrl: "https://api.\${CP_BASE_DOMAIN}"
1045+
publicUrl: "https://observer.\${OBS_BASE_DOMAIN}"
10441046
http:
10451047
hostnames:
10461048
- "observer.\${OBS_BASE_DOMAIN}"

0 commit comments

Comments
 (0)