-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKubernetesLoadBalancing.sln
47 lines (47 loc) · 2.56 KB
/
KubernetesLoadBalancing.sln
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "web", "web", "{441E513B-DFFE-45CC-BE17-B8073424F7B6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Weather.Web", "web\Weather.Web\Weather.Web.csproj", "{185801D3-5EC8-435A-81F9-768859271446}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "infrastructure", "infrastructure", "{336B7F20-DE6D-45B7-8354-44C9E481A1E3}"
ProjectSection(SolutionItems) = preProject
docker-compose.yml = docker-compose.yml
.gitlab-ci.yml = .gitlab-ci.yml
deploy\kl-demo-service-namespace.yaml = deploy\kl-demo-service-namespace.yaml
deploy\kl-demo-deployment.yaml = deploy\kl-demo-deployment.yaml
deploy\kl-demo-ingress.yaml = deploy\kl-demo-ingress.yaml
deploy\kl-demo-service.yaml = deploy\kl-demo-service.yaml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "console", "console", "{DE4AB92A-5864-4C62-AA75-41761FEBF7FD}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console.InstanceChecker", "console\Console.InstanceChecker\Console.InstanceChecker.csproj", "{623AA46E-F999-4737-B262-73A00CA11356}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "nginx", "nginx", "{391D7A40-41A9-4B4F-A0CF-2206887B6CA4}"
ProjectSection(SolutionItems) = preProject
nginx\nginx.conf = nginx\nginx.conf
nginx\proxy.conf = nginx\proxy.conf
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{185801D3-5EC8-435A-81F9-768859271446}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{185801D3-5EC8-435A-81F9-768859271446}.Debug|Any CPU.Build.0 = Debug|Any CPU
{185801D3-5EC8-435A-81F9-768859271446}.Release|Any CPU.ActiveCfg = Release|Any CPU
{185801D3-5EC8-435A-81F9-768859271446}.Release|Any CPU.Build.0 = Release|Any CPU
{623AA46E-F999-4737-B262-73A00CA11356}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{623AA46E-F999-4737-B262-73A00CA11356}.Debug|Any CPU.Build.0 = Debug|Any CPU
{623AA46E-F999-4737-B262-73A00CA11356}.Release|Any CPU.ActiveCfg = Release|Any CPU
{623AA46E-F999-4737-B262-73A00CA11356}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{185801D3-5EC8-435A-81F9-768859271446} = {441E513B-DFFE-45CC-BE17-B8073424F7B6}
{623AA46E-F999-4737-B262-73A00CA11356} = {DE4AB92A-5864-4C62-AA75-41761FEBF7FD}
EndGlobalSection
EndGlobal