Skip to content

Commit

Permalink
fix port name/number again
Browse files Browse the repository at this point in the history
  • Loading branch information
ruckc committed Sep 30, 2022
1 parent 1899b07 commit baf6cb2
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 1.1.4
version: 1.1.5

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/keycloak/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ spec:
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: https
containerPort: 8443
- name: http
containerPort: 8080
protocol: TCP
args:
- start
Expand Down
4 changes: 2 additions & 2 deletions charts/keycloak/templates/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ spec:
type: {{ .Values.service.type }}
ports:
- port: 8080
targetPort: https
targetPort: http
protocol: TCP
name: https
name: http
selector:
{{- include "keycloak.selectorLabels" . | nindent 4 }}

0 comments on commit baf6cb2

Please sign in to comment.