Skip to content

Commit

Permalink
[keycloakx] add internalPort to service-http.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim-Schwalbe committed Sep 20, 2024
1 parent c5b93d7 commit 15409e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/keycloakx/templates/service-http.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ spec:
{{- end }}
{{- end }}
ports:
- name: '{{ .Values.http.internalPort }}'
port: 9000
protocol: TCP
targetPort: '{{ .Values.http.internalPort }}'
- name: http
port: {{ .Values.service.httpPort }}
targetPort: http
Expand Down

0 comments on commit 15409e1

Please sign in to comment.