Skip to content

Commit acd2b7b

Browse files
committed
Set service.port to 3000
1 parent 41a9b16 commit acd2b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

helm/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ service:
5454
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
5555
type: ClusterIP
5656
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
57-
port: 80
57+
port: 3000
5858

5959
# This block is for setting up the ingress for more information can be found here: https://kubernetes.io/docs/concepts/services-networking/ingress/
6060
ingress:

0 commit comments

Comments
 (0)