Skip to content

Commit

Permalink
Add instructions to create external LB in README
Browse files Browse the repository at this point in the history
  • Loading branch information
dzelemba authored Jul 17, 2020
1 parent be7ae71 commit a45c774
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,9 @@ apiVersion: v1
kind: Service
metadata:
name: dicom-adapter-load-balancer
# The "Internal" annotation will result in an load balancer that can only
# be accessed from within the VPC the Kubernetes cluster is in.
# You can remove this annotation to get an externally accessible load balancer.
annotations:
cloud.google.com/load-balancer-type: "Internal"
spec:
Expand Down

0 comments on commit a45c774

Please sign in to comment.