Skip to content

Commit

Permalink
Update manifest ui containerPort (opea-project#952)
Browse files Browse the repository at this point in the history
Signed-off-by: Yue, Wenjiao <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Signed-off-by: Arthur Leung <[email protected]>
  • Loading branch information
2 people authored and Arthur Leung committed Nov 4, 2024
1 parent 646117f commit f051a41
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- name: ui
containerPort: 80
containerPort: 5173
protocol: TCP
resources:
{}
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/kubernetes/intel/cpu/xeon/manifest/chatqna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- name: ui
containerPort: 80
containerPort: 5173
protocol: TCP
resources:
{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- name: ui
containerPort: 80
containerPort: 5173
protocol: TCP
resources:
{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- name: ui
containerPort: 80
containerPort: 5173
protocol: TCP
resources:
{}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- name: ui
containerPort: 80
containerPort: 5173
protocol: TCP
resources:
{}
Expand Down
2 changes: 1 addition & 1 deletion ChatQnA/kubernetes/intel/hpu/gaudi/manifest/chatqna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -458,7 +458,7 @@ spec:
imagePullPolicy: IfNotPresent
ports:
- name: ui
containerPort: 80
containerPort: 5173
protocol: TCP
resources:
{}
Expand Down

0 comments on commit f051a41

Please sign in to comment.