From 9711660fc4298c27fcc25e3225c4685956a1436f Mon Sep 17 00:00:00 2001 From: Fleur Kelpin Date: Sun, 1 Jul 2018 00:32:47 +0200 Subject: [PATCH] containerPort alone is enough, hostPort makes it exposed on the host node --- molgenis-jenkins/values.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/molgenis-jenkins/values.yaml b/molgenis-jenkins/values.yaml index ab308b9..8704f5d 100644 --- a/molgenis-jenkins/values.yaml +++ b/molgenis-jenkins/values.yaml @@ -214,17 +214,14 @@ jenkins: Ports: - name: rest containerPort: "9200" - hostPort: "9200" - name: api containerPort: "9300" - hostPort: "9300" postgres: Image: "postgres" ImageTag: "9.6-alpine" Ports: - name: postgres containerPort: "5432" - hostPort: "5432" EnvVars: - type: Secret key: PGP_PASSPHRASE