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 }}