Skip to content

Commit

Permalink
added public and private
Browse files Browse the repository at this point in the history
  • Loading branch information
lionelmace committed Jun 27, 2024
1 parent 518d528 commit 01c42d4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iks/classic-nlb/deploy-nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,12 @@ metadata:
name: nginx-mylb
annotations:
service.kubernetes.io/ibm-load-balancer-cloud-provider-ip-type: public
# service.kubernetes.io/ibm-load-balancer-cloud-provider-ip-type: private
service.kubernetes.io/ibm-load-balancer-cloud-provider-zone: "ams03"
# Public VLAN ID (visible in the URL)
service.kubernetes.io/ibm-load-balancer-cloud-provider-vlan: "3427877"
# Private VLAN ID (visible in the URL)
# service.kubernetes.io/ibm-load-balancer-cloud-provider-vlan: "2004119"
# Annotation to specify a version 2.0 load balancer.
# service.kubernetes.io/ibm-load-balancer-cloud-provider-enable-features: "ipvs"
spec:
Expand Down

0 comments on commit 01c42d4

Please sign in to comment.