Add tty and stdin to containers in the AKS scripts

This commit is contained in:
Ryan Newton 2018-12-13 02:08:18 -08:00
Родитель df3982af86
Коммит ddb998d4ec
2 изменённых файлов: 5 добавлений и 3 удалений

Просмотреть файл

@ -26,13 +26,13 @@ find.
* `./DevTools`: additional console tools for interacting with the
Azure metadata that supports an Ambrosia service.
* `./AKS-scripts`: scripts to get a user started with AMBROSIA on
Kubernetes on Azure.
* `./Scripts`: scripts used when running automated tests (CI) as well
as the runAmbrosiaService.sh script which provides an example means
of executing an app+coordinator.
* `./Samples/AKS-scripts`: scripts to get a user started with
AMBROSIA on Kubernetes on Azure.
(2) Client libraries:
* `./Clients`: these provide idiomatic bindings into different

Просмотреть файл

@ -19,6 +19,8 @@ spec :
containers:
- name : #DEPLOYMENTNAME#
image : #FULLCONTAINERNAME#
tty: true
stdin: true
ports:
- containerPort: #COORDPORT#
name: craport