Skip to content

Commit 6df7c4d

Browse files
[keycloakx/keycloak 25] Adds internal management port to service template (#814)
Signed-off-by: Maximilian Krauß <[email protected]>
1 parent 58ef432 commit 6df7c4d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

charts/keycloakx/templates/service-http.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@ spec:
3535
{{- end }}
3636
{{- end }}
3737
ports:
38+
- name: '{{ .Values.http.internalPort }}'
39+
port: 9000
40+
protocol: TCP
41+
targetPort: '{{ .Values.http.internalPort }}'
3842
- name: http
3943
port: {{ .Values.service.httpPort }}
4044
targetPort: http

0 commit comments

Comments
 (0)