116 Commits

Author SHA1 Message Date
eiximenis
519ecc5897 Updating ingress templates to use .values.inf.k8s.dns value instead of values.ingress.hosts
Updating names template to allow generation of external url values using dns prefix
2018-06-21 10:47:39 +02:00
eiximenis
84761fd7af remove non used chart 2018-06-15 15:27:58 +02:00
eiximenis
cb605938a8 WIP on helm charts 2018-06-15 15:27:18 +02:00
eiximenis
c84ddb7f40 Identity api
some refactor on common templates
2018-06-14 16:30:29 +02:00
eiximenis
da97a7d3d8 unwanted spaces :( 2018-06-14 13:33:42 +02:00
eiximenis
74ae4de08b Fixed configmap for ordering backgroundtasks 2018-06-14 13:33:17 +02:00
eiximenis
4ec4ecd92f Ordering background tasks helm chart 2018-06-14 12:51:35 +02:00
eiximenis
3b6d08c0a0 ordering api helm chart 2018-06-14 11:59:05 +02:00
eiximenis
85b1ae63ad helm charts for eshop (catalog api, basket api, common inf) 2018-06-14 11:39:56 +02:00
Cesar De la Torre Llorente
a77219e319 Added build-push-images.ps1 just to work with images and registry/ACR 2018-05-18 21:18:36 -07:00
Cesar De la Torre Llorente
58bba231d0 Fixed bug so the OrderingBackgroundTasks container is in HealthChecks 2018-05-18 15:27:37 -07:00
Cesar De la Torre Llorente
2d2323b109 Improved deploy.ps1 to Push not Push images to Registry 2018-05-18 13:03:31 -07:00
Cesar De la Torre
8295c3c04f
Update README.k8s.md 2018-05-17 15:25:17 -07:00
Cesar De la Torre
225d568808
Update README.k8s.md 2018-05-17 15:21:26 -07:00
Cesar De la Torre Llorente
4db6c58fa6 Fxied script supporting dnsNamePrefix param and is aligned with docs 2018-05-17 15:19:38 -07:00
Ramón Tomás
25c752c61a Added SignalR Hub service to k8s 2018-04-19 17:21:26 +02:00
Ramón Tomás
02f94eeb0e Updated k8s scripts 2018-04-16 19:28:12 +02:00
eiximenis
ee113b2118 fixed error on deploy k8s (image names) 2018-04-04 16:25:13 +02:00
eiximenis
5b38d2bf98 Updated k8s file to use only ocelotapigw image 2018-04-03 18:01:38 +02:00
David Britch
e519fbde43 Merge branch 'bff' into xamarin-settings 2018-03-29 13:52:03 +01:00
eiximenis
0e119eac86 Merge branch 'xamarin-oidcclient' into bff
# Conflicts:
#	.dockerignore
#	docker-compose.override.yml
#	docker-compose.yml
#	eShopOnContainers-ServicesAndWebApps.sln
#	k8s/deploy.ps1
#	k8s/deployments.yaml
#	k8s/frontend.yaml
#	src/Services/Identity/Identity.API/Data/ConfigurationDbContextSeed.cs
#	src/Services/Ordering/Ordering.Domain/AggregatesModel/OrderAggregate/Order.cs
2018-03-23 12:37:12 +01:00
eiximenis
a91850a190 XamarinCallback config in k8s 2018-03-21 18:27:53 +01:00
Eduard Tomàs
52efbfd3e7
Merge pull request #525 from SychevIgor/aksversion
aks cluster version in a script
2018-03-18 12:03:03 +01:00
eiximenis
d9fb7e713c Error on ocelot config for k8s 2018-03-15 16:13:23 +01:00
eiximenis
72843eb6bb Missing aggregrators services in k8s config *oops* 2018-03-15 15:49:24 +01:00
eiximenis
5bb67596b9 k8s config updated 2018-03-14 18:25:26 +01:00
Sychev Igor
df0a2f04be make servicebus deployment more accurate and self descriptable 2018-03-04 21:55:25 +03:00
Sychev Igor
34770da738 aks cluster version 2018-03-04 14:11:33 +03:00
Liam Barnett
f33cc304d4
Corrected details for the 'configFile' param
Corrected all details related to the 'configFile' parameter. The current documents refer to a .JSON file which does not exist, the script expects a .YAML file (conf_local.yaml' or 'conf_cloud.yaml). 

Corrected the examples to refer to the 'conf_local.yaml' or 'conf_cloud.yaml' files included in this repo.
2018-02-08 11:56:45 +00:00
Eduard Tomàs
4615188057 2018-01-30 13:30:13 +01:00
Eduard Tomàs
d1c5eb7a19 2018-01-30 13:28:32 +01:00
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
9371eb1077 Add a endpoint returning only a 200 to be used as a liveness probe for k8s 2018-01-22 11:46:18 +01:00
Eduard Tomàs
85e83e6389 Fixing minor bugs on k8s deployment 2018-01-19 19:36:29 +01:00
Unai Zorrilla Castro
14bd6a475a Added service for backgroundtask 2018-01-19 16:29:35 +01:00
Unai Zorrilla Castro
12a9cabf7b Added HealthCheck in backgroundtasks. Modify k8s configuration to include new backgroundtask service. Modify ServiceFabric to include new service ( service fabric is not tested at this moment) 2018-01-19 16:09:55 +01:00
Karol Zadora-Przylecki
66c8a33cd0 Add comments on deploy.sh limitations 2018-01-18 14:31:32 -08:00
Karol Zadora-Przylecki
fe0cea7b04 Add deploy bash script (for Mac/Linux) 2018-01-18 14:25:47 -08:00
Eduard Tomàs
c745c8bd4b Update broken images 2018-01-18 14:56:05 +01:00
Eduard Tomàs
266ec51e54 updates to ocelot 2018-01-18 14:45:46 +01:00
Cesar De la Torre
e869b67c6d
Update README.CICD.k8s.md 2018-01-17 12:06:37 -08:00
Cesar De la Torre
0f571c2956
Update README.CICD.k8s.md 2018-01-17 12:04:59 -08:00
Cesar De la Torre
14b0c01965
Update README.CICD.k8s.md 2018-01-17 12:02:53 -08:00
Cesar De la Torre
a07acf3aa1
Update README.CICD.k8s.md 2018-01-17 12:01:42 -08:00
Cesar De la Torre
8aab4cdf2a
Update README.CICD.k8s.md 2018-01-17 11:59:09 -08:00
Sychev Igor
423cf0acf6 nginx image update 2018-01-17 07:51:09 +02: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