Add token refresh port to helm chart

This commit is contained in:
Micke Nordin 2024-01-16 13:14:08 +01:00
parent 88cfb6848f
commit b16adaaceb
Signed by untrusted user: Micke
GPG key ID: F53C4CC83EDAB3BE

View file

@ -211,6 +211,8 @@ spec:
ports: ports:
- name: http - name: http
containerPort: 8081 containerPort: 8081
- name: refresh-token
containerPort: 8082
{{- if .Values.hub.livenessProbe.enabled }} {{- if .Values.hub.livenessProbe.enabled }}
{{- /* NOTE: {{- /* NOTE:
We don't know how long hub database upgrades could take so having a We don't know how long hub database upgrades could take so having a