Skip to content

Commit

Permalink
fix: Fix service port for ClusterIP in default helm chart (#68)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
  • Loading branch information
SergK committed May 31, 2024
1 parent fe7d7cf commit 3b8fd37
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ securityContext: {}

service:
type: ClusterIP
port: 80
port: 8080

ingress:
enabled: false
Expand Down

0 comments on commit 3b8fd37

Please sign in to comment.