Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion infra-config/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ apiVersion: v2
name: infra-config
description: Edge Infrastructure Manager Shared Configuration
type: application
version: 0.6.2
version: 0.6.3
appVersion: "1.0.0"
annotations: {}
home: edge-orchestrator.intel.com
Expand Down
9 changes: 5 additions & 4 deletions infra-config/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,11 @@ config:
orchKeycloak: keycloak.kind.internal:443
orchTelemetry: telemetry-node.kind.internal:443
# TODO: remove below two lines
orchMPSHost: mps-node.kind.internal:4433
orchMPSWHost: mps-webport-node.kind.internal:443
orchRPSHost: rps-node.kind.internal:443
orchRPSWHost: rps-webport-node.kind.internal:443
orchMPSHost: mps.kind.internal:4433
orchMPSWHost: mps-wss.kind.internal:443
orchRPSHost: rps.kind.internal:443
orchRPSWHost: rps-wss.kind.internal:443
orchDeviceManager: device-manager-node.kind.internal:443
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As discussed, please also update the Traefik ingresses for MPS and RPS to align the endpoint addresses here with the websocket and API ports.

orchTelemetryHost: telemetry-node.kind.internal
orchTelemetryPort: 443
orchRegistry: registry-rs.edgeorchestration.intel.com:9443
Expand Down
6 changes: 3 additions & 3 deletions infra-onboarding/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ apiVersion: v2
name: infra-onboarding
description: Edge Infrastructure Manager Onboarding Umbrella Chart
type: application
version: "1.33.0"
appVersion: "1.33.0"
version: "1.33.1"
appVersion: "1.33.1"
annotations: {}
home: edge-orchestrator.intel.com
maintainers:
Expand All @@ -26,7 +26,7 @@ dependencies:
repository: "file://../tinkerbell"
- name: infra-config
condition: import.infra-config.enabled
version: "0.6.2"
version: "0.6.3"
repository: "file://../infra-config"
- name: pxe-server
condition: import.pxe-server.enabled
Expand Down