enable TTY
This commit is contained in:
parent
b959ae3f99
commit
9208f4daaa
@ -96,6 +96,7 @@ jenkins:
|
|||||||
Containers:
|
Containers:
|
||||||
maven:
|
maven:
|
||||||
Image: "registry.webhosting.rug.nl/molgenis/maven"
|
Image: "registry.webhosting.rug.nl/molgenis/maven"
|
||||||
|
TTY: true
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: "1000m"
|
cpu: "1000m"
|
||||||
@ -103,9 +104,11 @@ jenkins:
|
|||||||
memory: "1Gi"
|
memory: "1Gi"
|
||||||
alpine:
|
alpine:
|
||||||
Image: "spotify/alpine"
|
Image: "spotify/alpine"
|
||||||
|
TTY: true
|
||||||
elasticsearch:
|
elasticsearch:
|
||||||
Image: "elasticsearch"
|
Image: "elasticsearch"
|
||||||
ImageTag: "5.5.1"
|
ImageTag: "5.5.1"
|
||||||
|
TTY: true
|
||||||
Ports:
|
Ports:
|
||||||
- name: rest
|
- name: rest
|
||||||
containerPort: "9200"
|
containerPort: "9200"
|
||||||
|
Loading…
Reference in New Issue
Block a user