1
0
Fork 0

enable TTY

This commit is contained in:
Fleur Kelpin 2018-06-29 15:09:15 +02:00
parent b959ae3f99
commit 9208f4daaa
1 changed files with 3 additions and 0 deletions

View File

@ -96,6 +96,7 @@ jenkins:
Containers:
maven:
Image: "registry.webhosting.rug.nl/molgenis/maven"
TTY: true
resources:
requests:
cpu: "1000m"
@ -103,9 +104,11 @@ jenkins:
memory: "1Gi"
alpine:
Image: "spotify/alpine"
TTY: true
elasticsearch:
Image: "elasticsearch"
ImageTag: "5.5.1"
TTY: true
Ports:
- name: rest
containerPort: "9200"