File tree Expand file tree Collapse file tree
samples/features/high availability/Kubernetes/sample-manifest-files Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99---
1010apiVersion : v1
1111kind : Service
12- metadata : {annotations: null, name: ag1-secondary-sync , namespace: ag1}
12+ metadata : {annotations: null, name: ag1-secondary, namespace: ag1}
1313spec :
1414 ports :
1515 - {name: tds, port: 1433}
16- selector : {mode.ag.mssql.microsoft.com/ag1: synchronousCommit, role.ag.mssql.microsoft.com/ag1: secondary,
17- type : sqlservr}
18- type : LoadBalancer
19- ---
20- apiVersion : v1
21- kind : Service
22- metadata : {annotations: null, name: ag1-secondary-async, namespace: ag1}
23- spec :
24- ports :
25- - {name: tds, port: 1433}
26- selector : {mode.ag.mssql.microsoft.com/ag1: asynchronousCommit, role.ag.mssql.microsoft.com/ag1: secondary,
27- type : sqlservr}
28- type : LoadBalancer
29- ---
30- apiVersion : v1
31- kind : Service
32- metadata : {annotations: null, name: ag1-secondary-config, namespace: ag1}
33- spec :
34- ports :
35- - {name: tds, port: 1433}
36- selector : {mode.ag.mssql.microsoft.com/ag1: configurationOnly, role.ag.mssql.microsoft.com/ag1: secondary,
16+ selector : {role.ag.mssql.microsoft.com/ag1: secondary,
3717 type : sqlservr}
3818 type : LoadBalancer
19+ ---
You can’t perform that action at this time.
0 commit comments