Skip to content

Commit 4dfbc0f

Browse files
committed
Add annotations for saltmaster service load balancer configuration
1 parent d2f92d7 commit 4dfbc0f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

getting-started/templates/Azure/azure-supplemental-values.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,16 @@ fileingestioncdc:
115115
accountName: ""
116116
blobApiHost: *azureBlobApiHost
117117

118+
saltmaster:
119+
serviceTCP:
120+
annotations:
121+
# <ATTENTION> Set to the name of the resource group where the public IP address
122+
# for the saltmaster service load balancer is located.
123+
service.beta.kubernetes.io/azure-load-balancer-resource-group:
124+
# <ATTENTION> Set to the name of the public IP address for the saltmaster service
125+
# load balancer.
126+
service.beta.kubernetes.io/azure-pip-name:
127+
118128
swaggerapi:
119129
ingress:
120130
annotations:

0 commit comments

Comments
 (0)