From 1cb59e98d787f13a510c734d0fe42090d7c21ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ramiz=20Poli=C4=87?= <32913827+fhivemind@users.noreply.github.com> Date: Fri, 3 Apr 2020 17:24:42 +0200 Subject: [PATCH] expose status port on ory service (#7896) --- resources/ory/charts/oathkeeper/templates/service-proxy.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/ory/charts/oathkeeper/templates/service-proxy.yaml b/resources/ory/charts/oathkeeper/templates/service-proxy.yaml index f4f83684866d..fd0aa009f912 100644 --- a/resources/ory/charts/oathkeeper/templates/service-proxy.yaml +++ b/resources/ory/charts/oathkeeper/templates/service-proxy.yaml @@ -15,6 +15,10 @@ spec: targetPort: http-proxy protocol: TCP name: http + - name: status-port + port: 15020 + targetPort: 15020 + protocol: TCP selector: app.kubernetes.io/name: {{ include "oathkeeper.name" . }} app.kubernetes.io/instance: {{ .Release.Name }}