We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dd6d475 + e77e030 commit 7820fc7Copy full SHA for 7820fc7
1 file changed
samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad/endpoint-patch.json
@@ -1,20 +1,19 @@
1
{
2
"patch": [
3
4
- "op": "replace",
5
- "path": "spec.pools[?(@.spec.type=='Master')].spec",
6
- "value": {
7
- "type": "Master",
8
- "dnsName": "mastersql.contoso.local",
9
- "replicas": 1,
10
- "endpoints": [
11
- {
12
- "name": "Master",
13
- "serviceType": "NodePort",
14
- "port": 31433
15
- }
16
- ]
17
+ "op": "add",
+ "path": "spec.resources.master.spec.endpoints[0].dnsName",
+ "value": "mastersql.contoso.local"
+ },
+ {
+ "path": "spec.resources.gateway.spec.endpoints[0].dnsName",
+ "value": "knox.contoso.local"
+ "path": "spec.resources.appproxy.spec.endpoints[0].dnsName",
+ "value": "app.contoso.local"
18
}
19
]
20
0 commit comments