File tree Expand file tree Collapse file tree 1 file changed +10
-8
lines changed
samples/features/sql-big-data-cluster/deployment/kubeadm/ubuntu-single-node-vm-ad Expand file tree Collapse file tree 1 file changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"patch" : [
3
3
{
4
- "op" : " add " ,
4
+ "op" : " replace " ,
5
5
"path" : " spec.resources.master.spec.endpoints[0].dnsName" ,
6
- "value" : " mastersql.contoso.local"
6
+ "value" : " mastersql-primary .contoso.local"
7
7
},
8
8
{
9
- "op" : " add" ,
9
+ "op" : " replace" ,
10
+ "path" : " spec.resources.master.spec.endpoints[1].dnsName" ,
11
+ "value" : " mastersql-secondary.contoso.local"
12
+ },
13
+ {
14
+ "op" : " replace" ,
10
15
"path" : " spec.resources.gateway.spec.endpoints[0].dnsName" ,
11
- "value" : " knox .contoso.local"
16
+ "value" : " gateway .contoso.local"
12
17
},
13
18
{
14
- "op" : " add " ,
19
+ "op" : " replace " ,
15
20
"path" : " spec.resources.appproxy.spec.endpoints[0].dnsName" ,
16
21
"value" : " app.contoso.local"
17
22
}
18
23
]
19
24
}
20
-
21
-
22
-
You can’t perform that action at this time.
0 commit comments