Skip to content

chore: update api_port to array format in expose service configurations for OSCAR v4.1.X - #629

Merged
SergioLangaritaBenitez merged 1 commit into
develfrom
upd-exposed-examples-v4.1.x
Sep 1, 2026
Merged

SergioLangaritaBenitez merged 1 commit into
develfrom
upd-exposed-examples-v4.1.x

Conversation

@RK181

@RK181 RK181 commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

Configuration format updates v4.1.X:

  • Changed api_port from an integer to a single-element list in the following files:
    • examples/expose_services/deep/deep_expose.yaml (api_port: 5000 → api_port: [5000])
    • examples/expose_services/jupyter/jupyter_expose.yaml (api_port: 8888 → api_port: [8888])
    • examples/expose_services/jupyter/jupyter_expose_mount.yaml (api_port: 8888 → api_port: [8888])
    • examples/expose_services/nginx/nginx_expose.yaml (api_port: 80 → api_port: [80])
    • examples/expose_services/openclaw/openclaw_expose.yaml (api_port: 18789 → api_port: [18789])
    • examples/expose_services/openclaw/openclaw_expose_workspace.yaml (api_port: 18789 → api_port: [18789])
    • examples/vllm-deepseek/vllm.yaml (api_port: 8000 → api_port: [8000])
    • examples/vllm-llama/vllm_llama.yaml (api_port: 8000 → api_port: [8000])

@RK181 RK181 changed the title chore: update api_port to array format in expose service configurations for OSCAR v4.1.X- #628 chore: update api_port to array format in expose service configurations for OSCAR v4.1.X Aug 11, 2026
@SergioLangaritaBenitez
SergioLangaritaBenitez merged commit dca69c8 into devel Sep 1, 2026
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants