Skip to content

Commit

Permalink
Merge pull request #175 from kubeagi/bjwswang
Browse files Browse the repository at this point in the history
chore: expose ingress settings for fastchat in arcadia
  • Loading branch information
bjwswang authored Nov 2, 2023
2 parents f2c7d1b + 8de1e45 commit 66806e1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/arcadia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: arcadia
description: A Helm chart(KubeBB Component) for KubeAGI Arcadia
type: application
version: 0.1.13
version: 0.1.14
appVersion: "0.0.1"

keywords:
Expand All @@ -15,6 +15,8 @@ sources:
maintainers:
- name: bjwswang
url: https://github.com/bjwswang
- name: lanture1064
url: https://github.com/lanture1064

dependencies:
- name: minio
Expand Down
18 changes: 18 additions & 0 deletions charts/arcadia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,24 @@ deployment:
cpu: 10m
memory: 64Mi

# @section fastchat is used as fastchat configurations for arcadia
fastchat:
ingress:
enabled: false
className: portal-ingress
hosts:
- host: fastchat-api.fastchat.arcadia.com
paths:
- path: /
port: 8000
pathType: ImplementationSpecific
- host: fastchat-controller.fastchat.arcadia.com
paths:
- path: /
port: 21001
pathType: ImplementationSpecific


# @section oss is used as default Object-Storage-Service for arcadia which provides the capability to
# - host user-uploaded data files as local datasource
# - host user-uploaded models
Expand Down

0 comments on commit 66806e1

Please sign in to comment.