Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #22 from keptn/bug/737/service-type
Browse files Browse the repository at this point in the history
#737 use ClusterIP instead of LoadBalancer
  • Loading branch information
bacherfl authored Sep 3, 2019
2 parents 823d15a + d5f7e4c commit 151fbca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion onboarding-carts/values_carts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ image:
pullPolicy: IfNotPresent
service:
name: carts
type: LoadBalancer
type: ClusterIP
externalPort: 80
internalPort: 8080
container:
Expand Down

0 comments on commit 151fbca

Please sign in to comment.