Forget about the integration test containers for now.
This commit is contained in:
parent
4fd527d024
commit
b58575be5d
|
@ -208,20 +208,21 @@ jenkins:
|
||||||
Image: "spotify/alpine"
|
Image: "spotify/alpine"
|
||||||
Command: cat
|
Command: cat
|
||||||
TTY: true
|
TTY: true
|
||||||
elasticsearch:
|
# Hard to get these right memorywise!
|
||||||
Image: "elasticsearch"
|
# elasticsearch:
|
||||||
ImageTag: "5.5.1"
|
# Image: "elasticsearch"
|
||||||
Ports:
|
# ImageTag: "5.5.1"
|
||||||
- name: rest
|
# Ports:
|
||||||
containerPort: "9200"
|
# - name: rest
|
||||||
- name: api
|
# containerPort: "9200"
|
||||||
containerPort: "9300"
|
# - name: api
|
||||||
postgres:
|
# containerPort: "9300"
|
||||||
Image: "postgres"
|
# postgres:
|
||||||
ImageTag: "9.6-alpine"
|
# Image: "postgres"
|
||||||
Ports:
|
# ImageTag: "9.6-alpine"
|
||||||
- name: postgres
|
# Ports:
|
||||||
containerPort: "5432"
|
# - name: postgres
|
||||||
|
# containerPort: "5432"
|
||||||
EnvVars:
|
EnvVars:
|
||||||
- type: Secret
|
- type: Secret
|
||||||
key: PGP_PASSPHRASE
|
key: PGP_PASSPHRASE
|
||||||
|
|
Loading…
Reference in New Issue