File tree Expand file tree Collapse file tree
linux/sample-helm-chart-statefulset-deployment/services Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ apiVersion : v1
2+ kind : Service
3+ metadata :
4+ name : mssql-sql-statefull-deploy-0
5+ spec :
6+ type : LoadBalancer
7+ externalTrafficPolicy : Local
8+ selector :
9+ statefulset.kubernetes.io/pod-name : mssql-sql-statefull-deploy-0
10+ ports :
11+ - protocol : TCP
12+ port : 1433
13+ targetPort : 1433
14+ ---
15+ apiVersion : v1
16+ kind : Service
17+ metadata :
18+ name : mssql-sql-statefull-deploy-1
19+ spec :
20+ type : LoadBalancer
21+ externalTrafficPolicy : Local
22+ selector :
23+ statefulset.kubernetes.io/pod-name : mssql-sql-statefull-deploy-1
24+ ports :
25+ - protocol : TCP
26+ port : 1433
27+ targetPort : 1433
28+ ---
29+ apiVersion : v1
30+ kind : Service
31+ metadata :
32+ name : mssql-sql-statefull-deploy-2
33+ spec :
34+ type : LoadBalancer
35+ externalTrafficPolicy : Local
36+ selector :
37+ statefulset.kubernetes.io/pod-name : mssql-sql-statefull-deploy-2
38+ ports :
39+ - protocol : TCP
40+ port : 1433
41+ targetPort : 1433
You can’t perform that action at this time.
0 commit comments