Skip to content

Commit

Permalink
change service port to 8080
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Dec 20, 2024
1 parent 7fede88 commit dfbba2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/values.eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ service:
# This sets the service type more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types
type: ClusterIP
# This sets the ports more information can be found here: https://kubernetes.io/docs/concepts/services-networking/service/#field-spec-ports
port: 80
port: 8080
targetPort: 8080

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

0 comments on commit dfbba2d

Please sign in to comment.