Eduard Tomàs
|
c42a096ebb
|
Deleted frontend.yaml file as is no longer needed
|
2018-01-24 17:24:03 +01:00 |
|
Eduard Tomàs
|
b0e17c86a6
|
Updated deploy.ps1
|
2018-01-24 17:23:23 +01:00 |
|
Eduard Tomàs
|
266ec51e54
|
updates to ocelot
|
2018-01-18 14:45:46 +01:00 |
|
Eduard Tomàs
|
ea4e0ed6e8
|
Deploying ocelot to k8s
configuration to ocelot passed through a k8s volume
|
2018-01-11 18:18:16 +01:00 |
|
Eduard Tomàs
|
33d066389d
|
remove -buildBits paramater (no longer used)
|
2018-01-11 11:14:25 +01:00 |
|
Eduard Tomàs
|
eb742bb662
|
Support for ingress controller using nginx-ingress
|
2018-01-10 12:48:23 +01:00 |
|
Sychev Igor
|
fd3afa41db
|
aks instead of acs
|
2017-12-11 17:55:41 +03:00 |
|
Ramón Tomás
|
dbd7636e87
|
Removed comment from k8s deploy script
|
2017-12-11 11:59:30 +01:00 |
|
Ramón Tomás
|
7861d5df87
|
Updated settings for k8s / SF to enable Load testing mode
Updated load tests
|
2017-10-26 19:18:45 +02:00 |
|
Ramón Tomás
|
c3e15969b9
|
Added Appinsights K8s telemetry initializer
|
2017-10-11 18:53:26 +02:00 |
|
Cesar De la Torre
|
e8c8678082
|
Changed to new GA SQL Server container Image tag and parameters
|
2017-10-04 13:54:34 -07:00 |
|
Ramón Tomás
|
274ddc2016
|
Integrate HealthCheck with k8s
|
2017-10-02 14:40:37 +02:00 |
|
Ramón Tomás
|
bf280abbe8
|
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
|
2017-09-29 11:45:33 +02:00 |
|
Ramón Tomás
|
0f12640725
|
Fix issue k8s webstatus: webmvc healthcheck fails
Added Payment.api to healthcheck
|
2017-09-29 11:45:25 +02:00 |
|
Igor Sychev
|
9bbf29fc04
|
Explicitly specifying parameters for az acs creat
Non-preview parameters specified
|
2017-09-28 18:35:57 +05:00 |
|
Eduard Tomàs
|
2ab5347b7f
|
fix errors in configmap for k8s
|
2017-09-21 19:02:42 +02:00 |
|
Unai Zorrilla Castro
|
0e6c816a96
|
Merge branch 'dev' of https://github.com/dotnet/eShopOnContainers into dev
|
2017-09-19 15:51:31 +02:00 |
|
Unai Zorrilla Castro
|
7d4ddca393
|
Added missing entries for k8s
|
2017-09-19 15:50:51 +02:00 |
|
Eduard Tomàs
|
93e2b9137d
|
Update k8s deployment and compose files with graceperiodmanager settings missing
|
2017-09-19 12:47:29 +02:00 |
|
Unai Zorrilla Castro
|
309b6cc43f
|
Update k8s conf_local with GracePeriodManager mandatory settings
|
2017-09-19 12:34:47 +02:00 |
|
Cesar De la Torre
|
4ea97e2411
|
Minor comment fixed
|
2017-09-18 18:23:49 -07:00 |
|
Cesar De la Torre
|
ed0ca3e061
|
Merge pull request #335 from SychevIgor/SychevIgor/KubeConfigdrop
we don't need schema files for k8 in a repo.
|
2017-09-18 16:10:14 -07:00 |
|
Cesar De la Torre
|
e3c85bab94
|
Merge pull request #321 from SychevIgor/SychevIgor/GracePeriodRudement
Grace period rudement fix
|
2017-09-18 16:09:22 -07:00 |
|
Cesar De la Torre
|
e72e36b997
|
Merge branch 'dev' of https://github.com/dotnet-architecture/eShopOnContainers into dev
|
2017-09-18 15:39:05 -07:00 |
|
Cesar De la Torre
|
14c3d69784
|
Fix namespace in RAZOR page _LoginPartial.cshtml, so nocompilation error when doing dotnet publish from CLI. Like D:\GITREPOS\eShopOnContainers-dev\src\Services\Identity\Identity.API\Views\Shared\_LoginPartial.cshtml(2,20): error CS0234: The type
or namespace name 'Models' does not exist in the namespace 'Identity.API' (are you missing an assembly reference?)
|
2017-09-18 15:38:21 -07:00 |
|
Cesar De la Torre
|
672461e502
|
Update README.k8s.md
|
2017-09-18 11:37:22 -07:00 |
|
Cesar De la Torre
|
23a882ec7d
|
Update README.k8s.md
|
2017-09-18 11:32:51 -07:00 |
|
Igor Sychev
|
76dcd66c73
|
we don't need schema files for k8 in a repo.
|
2017-09-18 09:56:29 +03:00 |
|
Igor Sychev
|
783dd0396b
|
k8 grace period
|
2017-09-18 09:15:18 +03:00 |
|
Eduard Tomàs
|
7321d5e5fc
|
Base path fix and k8s config updated
|
2017-09-07 19:18:53 +02:00 |
|
Eduard Tomàs
|
0f1d904459
|
Merge pull request #307 from SychevIgor/SychevIgor/DotnetRestoreRemove
dotnet restore not needed in cli 2.0
|
2017-09-07 14:57:43 +02:00 |
|
Igor Sychev
|
b8652c734b
|
sync k8 images with local windows/linux images for consistency
|
2017-09-07 08:01:51 +03:00 |
|
Igor Sychev
|
fda16ba617
|
dotnet restore not needed in cli 2.0
"Starting with .NET Core 2.0 SDK, dotnet restore runs implicitily when you run dotnet build." (C) https://docs.microsoft.com/en-us/dotnet/core/tools/dotnet-build?tabs=netcore2x
|
2017-09-07 08:00:11 +03:00 |
|
Igor Sychev
|
442671a722
|
dropped GracePeriodManager from k8
|
2017-09-06 10:03:45 +03:00 |
|
Cesar De la Torre
|
903b26d529
|
Setting to use SQL Server Developer Edition so there's no issue about any time bomb because of licensing or trial period.
|
2017-09-05 15:35:28 -07:00 |
|
Eduard Tomàs
|
34a8ad3171
|
Merge branch 'netcore2' into dev
# Conflicts:
# cli-linux/build-bits-linux.sh
# docker-compose.ci.build.yml
# src/Services/Location/Locations.API/Dockerfile.nanowin
# src/Services/Marketing/Marketing.API/Dockerfile.nanowin
# src/Services/Payment/Payment.API/Dockerfile.nanowin
# src/Web/WebStatus/Dockerfile.nanowin
|
2017-09-05 16:12:42 +02:00 |
|
Igor Sychev
|
34a08fb7cb
|
k8 readme fix.
|
2017-09-03 11:51:18 +03:00 |
|
Jorge Arteiro
|
7bf0fb8faa
|
Updated Docker image version to Sql Server RC2
|
2017-09-02 15:44:38 +10:00 |
|
Eduard Tomàs
|
8b414ca7ec
|
Merge branch 'dev'
|
2017-08-11 09:15:17 +02:00 |
|
Eduard Tomàs
|
555afb4b8d
|
Update README.k8s.md
|
2017-08-11 08:42:35 +02:00 |
|
Eduard Tomàs
|
8683efcaf9
|
Merge branch 'dev'
# Conflicts:
# docs/Enterprise-Application-Patterns-using-XamarinForms.pdf
|
2017-08-10 09:07:33 +02:00 |
|
Eduard Tomas
|
3932623760
|
Index of k8s help files
|
2017-08-01 10:24:00 +02:00 |
|
Eduard Tomas
|
c421405d72
|
doc update style
|
2017-08-01 10:12:14 +02:00 |
|
Eduard Tomas
|
8a8196e88d
|
k8s docs moved
|
2017-08-01 10:10:22 +02:00 |
|
Eduard Tomas
|
e47d724fc6
|
Move k8s doc in k8s folder
|
2017-08-01 09:55:48 +02:00 |
|
Eduard Tomas
|
23a759f740
|
Add missing environment variables in k8s scripts
|
2017-07-31 14:14:52 +02:00 |
|
Eduard Tomas
|
e516403804
|
k8s errors fixed
|
2017-07-18 18:24:57 +02:00 |
|
Eduard Tomas
|
0448742e40
|
Updates to k8s
|
2017-07-14 15:12:30 +02:00 |
|
Eduard Tomas
|
cc6c443216
|
Upfate catalog config on k8s
|
2017-07-05 16:01:14 +02:00 |
|
Eduard Tomas
|
4fe02d9b44
|
k8s deployment
config moved from custom json to standard k8s yaml
|
2017-07-03 16:57:10 +02:00 |
|