Skip to content

Commit

Permalink
add examples | add type in Test Values
Browse files Browse the repository at this point in the history
Signed-off-by: Yannic Hayoz <[email protected]>
  • Loading branch information
yhayoz committed Feb 9, 2023
1 parent 8ec91a7 commit da0d588
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
1 change: 1 addition & 0 deletions charts/common/ci/values.test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ components:
services:
service-1:
deploy: true
type: LoadBalancer
loadBalancerIP: 10.0.0.0
loadBalancerClass: test
loadBalancerSourceRanges:
Expand Down
7 changes: 4 additions & 3 deletions charts/common/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,11 +184,12 @@ components:
# type is optional with a default value of "ClusterIP"
#type:
# loadBalancerIP is required if type is "LoadBalancer"
#loadBalancerIP:
#loadBalancerIP: 10.0.0.0
# loadBalancerClass is optional with no default value
#loadBalancerClass:
# loadBalancerSourceRanges is optional with no default value
#loadBalancerClass: test
# loadBalancerSourceRanges is an optional List with no default value
#loadBalancerSourceRanges:
# - 10.0.0.0/8
# name is optional with a default value of "http"
#name:
# port is optional with a default value of "80"
Expand Down

0 comments on commit da0d588

Please sign in to comment.