Skip to content

Commit 2ad67a9

Browse files
authored
Add annotations for saltmaster service load balancer configuration (#315)
* Add annotations for SaltMaster service load balancer configuration
1 parent c930273 commit 2ad67a9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

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

118+
saltmaster:
119+
serviceTCP:
120+
annotations:
121+
# <ATTENTION> Set to the resource group that contains the public IP address for the saltmaster service load balancer.
122+
service.beta.kubernetes.io/azure-load-balancer-resource-group:
123+
# <ATTENTION> Set to the public IP address for the saltmaster service load.
124+
service.beta.kubernetes.io/azure-pip-name:
125+
118126
swaggerapi:
119127
ingress:
120128
annotations:

0 commit comments

Comments
 (0)