Skip to content

Commit

Permalink
Merge pull request kubeagi#1015 from bjwswang/main
Browse files Browse the repository at this point in the history
chore: add new hostname for host mapping
  • Loading branch information
bjwswang authored Apr 14, 2024
2 parents a5e04a4 + a0b3202 commit 2aea1a6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/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(Also a KubeBB Component) for KubeAGI Arcadia
type: application
version: 0.3.30
version: 0.3.31
appVersion: "0.2.2"

keywords:
Expand Down
1 change: 1 addition & 0 deletions deploy/charts/arcadia/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ global:
hostAliases:
- hostnames:
- portal.<replaced-ingress-nginx-ip>.nip.io
- k8s.<replaced-ingress-nginx-ip>.nip.io
- gpts.<replaced-ingress-nginx-ip>.nip.io
- minio-api.<replaced-ingress-nginx-ip>.nip.io
- fastchat-api.<replaced-ingress-nginx-ip>.nip.io
Expand Down

0 comments on commit 2aea1a6

Please sign in to comment.