Add token refresh port to helm chart
This commit is contained in:
parent
88cfb6848f
commit
b16adaaceb
|
@ -211,6 +211,8 @@ spec:
|
|||
ports:
|
||||
- name: http
|
||||
containerPort: 8081
|
||||
- name: refresh-token
|
||||
containerPort: 8082
|
||||
{{- if .Values.hub.livenessProbe.enabled }}
|
||||
{{- /* NOTE:
|
||||
We don't know how long hub database upgrades could take so having a
|
||||
|
|
Loading…
Reference in a new issue