File tree Expand file tree Collapse file tree 1 file changed +35
-0
lines changed
linux/sample-helm-chart-statefulset-deployment/services Expand file tree Collapse file tree 1 file changed +35
-0
lines changed Original file line number Diff line number Diff line change 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+ apiVersion : v1
14+ kind : Service
15+ metadata :
16+ name : mssql-mirror-1
17+ spec :
18+ selector :
19+ statefulset.kubernetes.io/pod-name : mssql-sql-statefull-deploy-1
20+ ports :
21+ - protocol : TCP
22+ port : 5022
23+ targetPort : 5022
24+ ---
25+ apiVersion : v1
26+ kind : Service
27+ metadata :
28+ name : mssql-mirror-2
29+ spec :
30+ selector :
31+ statefulset.kubernetes.io/pod-name : mssql-sql-statefull-deploy-2
32+ ports :
33+ - protocol : TCP
34+ port : 5022
35+ targetPort : 5022
You can’t perform that action at this time.
0 commit comments