Skip to content

Commit

Permalink
add container port to service
Browse files Browse the repository at this point in the history
  • Loading branch information
cooldragontattoo committed Dec 20, 2024
1 parent c130e35 commit b59d284
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/values.eks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ service:
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
containerPort: 8080

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

0 comments on commit b59d284

Please sign in to comment.