Browse Source

Update readme

pull/398/head
Ramón Tomás 7 years ago
parent
commit
f87eb1c13e
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      .env
  2. +1
    -0
      k8s/readme.md

+ 1
- 1
.env View File

@ -24,4 +24,4 @@ ESHOP_PROD_EXTERNAL_DNS_NAME_OR_IP=10.121.122.92
#ESHOP_SERVICE_BUS_USERNAME=<ServiceBusUserName-OnlyUsedIfUsingRabbitMQUnderwindows>
#ESHOP_SERVICE_BUS_PASSWORD=<ServiceBusUserPassword-OnlyUsedIfUsingRabbitMQUnderwindows>
#INSTRUMENTATION_KEY=
#USE_LOADTEST=<True/False>
#USE_LOADTEST=<True/False>

+ 1
- 0
k8s/readme.md View File

@ -3,6 +3,7 @@
This folder contains files needed to **create** a ACS with Kubernetes in Azure and to **deploy** eShopServices in a existing Kubernetes:
- `gen-k8s-env.ps1` Script to create a ACS with Kubernetes in Azure
- `deploy.ps1` Script to deploy eShopOnContainers in a existing k8s
Refer to file [README.k8s.md](./README.k8s.md) for detailed information


Loading…
Cancel
Save