Skip to content

Commit

Permalink
make target port customisable
Browse files Browse the repository at this point in the history
  • Loading branch information
martinrw authored Apr 29, 2024
1 parent 310828b commit 09a53b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/unleash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,8 @@ service:
# Supported types: ClusterIP, NodePort, LoadBalancer
type: ClusterIP
port: 4242
# target port will be set to port if not set
targetPort: ""
# nodePort is optional and only used when service.type is NodePort or LoadBalancer
nodePort: ""
annotations: {}
Expand Down

0 comments on commit 09a53b3

Please sign in to comment.