We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c930273 commit 2ad67a9Copy full SHA for 2ad67a9
getting-started/templates/Azure/azure-supplemental-values.yaml
@@ -115,6 +115,14 @@ fileingestioncdc:
115
accountName: ""
116
blobApiHost: *azureBlobApiHost
117
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
+
126
swaggerapi:
127
ingress:
128
annotations:
0 commit comments