1
0
Fork 0

Merge branch 'master' of P129679/molgenis-ops-docker-helm into master

This commit is contained in:
Sido Haakma 2018-07-02 11:53:48 +02:00 committed by Gogs
commit 714302fde9
1 changed files with 15 additions and 14 deletions

View File

@ -208,20 +208,21 @@ jenkins:
Image: "spotify/alpine"
Command: cat
TTY: true
elasticsearch:
Image: "elasticsearch"
ImageTag: "5.5.1"
Ports:
- name: rest
containerPort: "9200"
- name: api
containerPort: "9300"
postgres:
Image: "postgres"
ImageTag: "9.6-alpine"
Ports:
- name: postgres
containerPort: "5432"
# Hard to get these right memorywise!
# elasticsearch:
# Image: "elasticsearch"
# ImageTag: "5.5.1"
# Ports:
# - name: rest
# containerPort: "9200"
# - name: api
# containerPort: "9300"
# postgres:
# Image: "postgres"
# ImageTag: "9.6-alpine"
# Ports:
# - name: postgres
# containerPort: "5432"
EnvVars:
- type: Secret
key: PGP_PASSPHRASE