Skip to content

Commit

Permalink
Change port to 5000 after rebasing on develop
Browse files Browse the repository at this point in the history
  • Loading branch information
leihuayi committed Sep 14, 2023
1 parent 4f4ca99 commit c6e84ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/kube/helm/values.dso.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ backend:
pullPolicy: IfNotPresent
service:
type: ClusterIP
port: 8000
containerPort: 8000
port: 5000
containerPort: 5000
autoscaling:
enabled: false
minReplicas: 1
Expand Down

0 comments on commit c6e84ac

Please sign in to comment.