Skip to content

Commit

Permalink
Helm pass userdeployment port
Browse files Browse the repository at this point in the history
Test Plan: helm install with non default user deployment port

Reviewers: alangenfeld

Reviewed By: alangenfeld

Differential Revision: https://dagster.phacility.com/D4734
  • Loading branch information
johannkm committed Oct 8, 2020
1 parent 58f825a commit ce7c5da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helm/dagster/templates/service-user.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ metadata:
spec:
type: "ClusterIP"
ports:
- port: 3030
- port: {{ $deployment.port }}
protocol: TCP
name: http
selector:
Expand Down

0 comments on commit ce7c5da

Please sign in to comment.