1
0
Fork 0

Compare commits

..

No commits in common. "28ef3d025290b2060a60198c6676ef641f00dc7b" and "b959ae3f9933e87bcd5cbd369e22fd055cf1c428" have entirely different histories.

1 changed files with 0 additions and 3 deletions

View File

@ -96,7 +96,6 @@ 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"
@ -104,11 +103,9 @@ 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"