Skip to content

Commit

Permalink
expose status port on ory service (#7896)
Browse files Browse the repository at this point in the history
  • Loading branch information
ramizpolic committed Apr 3, 2020
1 parent 087dd4e commit 1cb59e9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/ory/charts/oathkeeper/templates/service-proxy.yaml
Expand Up @@ -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 }}
Expand Down

0 comments on commit 1cb59e9

Please sign in to comment.