We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa4c355 commit 3d2c7d0Copy full SHA for 3d2c7d0
1 file changed
linux/sample-helm-chart-statefulset-deployment/services/Ag_endpoint.yaml
@@ -0,0 +1,35 @@
1
+apiVersion: v1
2
+kind: Service
3
+metadata:
4
+ name: mssql-mirror-0
5
+spec:
6
+ selector:
7
+ statefulset.kubernetes.io/pod-name: mssql-sql-statefull-deploy-0
8
+ ports:
9
+ - protocol: TCP
10
+ port: 5022
11
+ targetPort: 5022
12
+---
13
14
15
16
+ name: mssql-mirror-1
17
18
19
+ statefulset.kubernetes.io/pod-name: mssql-sql-statefull-deploy-1
20
21
22
23
24
25
26
27
28
+ name: mssql-mirror-2
29
30
31
+ statefulset.kubernetes.io/pod-name: mssql-sql-statefull-deploy-2
32
33
34
35
0 commit comments