1
0
Fork 0

Add postgres image

This commit is contained in:
Fleur Kelpin 2018-06-29 15:24:51 +02:00
parent 687a1817f9
commit f32c2e0d52
1 changed files with 8 additions and 0 deletions

View File

@ -116,6 +116,14 @@ jenkins:
- name: api
containerPort: "9300"
hostPort: "9300"
postgres:
Image: "postgres"
ImageTag: "9.6-alpine"
TTY: true
Ports:
- name: postgres
containerPort: "5432"
hostPort: "5432"
EnvVars:
- type: Secret
key: PGP_PASSPHRASE