From 4243d8d6de68a6532770c72cde9198a6677d0ecc Mon Sep 17 00:00:00 2001 From: "James E. Blair" Date: Thu, 30 Jan 2020 15:44:21 -0800 Subject: [PATCH] Set ClusterIP to None for executor logs The executor logs service needs to be a headless service so that the scheduler can connect to the specific executor pod running a job. Set "ClusterIP: None" for this. Change-Id: Ib95a344812439f81f1376b33182147c9988e49c9 --- charts/zuul/templates/executor/service.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/charts/zuul/templates/executor/service.yaml b/charts/zuul/templates/executor/service.yaml index 835512d..2f592b6 100644 --- a/charts/zuul/templates/executor/service.yaml +++ b/charts/zuul/templates/executor/service.yaml @@ -9,6 +9,7 @@ metadata: {{- include "zuul.executor.labels" . | indent 4 }} spec: type: ClusterIP + clusterIP: None ports: - name: logs port: 7900