diff --git a/infra/gp-keycloak-instance/Chart.yaml b/infra/gp-keycloak-instance/Chart.yaml index 6ca248ba..72249565 100644 --- a/infra/gp-keycloak-instance/Chart.yaml +++ b/infra/gp-keycloak-instance/Chart.yaml @@ -3,7 +3,7 @@ name: gp-keycloak-instance description: A Helm chart for deploying Keycloak on OpenShift using the Keycloak-X Operator type: application -version: 1.2.10 +version: 1.2.11 dependencies: - name: postgresql diff --git a/infra/gp-keycloak-instance/templates/keycloak-update-post-sync.yaml b/infra/gp-keycloak-instance/templates/keycloak-update-post-sync.yaml index 7b9075f5..a0e9e8cf 100644 --- a/infra/gp-keycloak-instance/templates/keycloak-update-post-sync.yaml +++ b/infra/gp-keycloak-instance/templates/keycloak-update-post-sync.yaml @@ -49,7 +49,7 @@ spec: - name: IMPORT_CACHE_ENABLED value: "false" - name: KEYCLOAK_URL - value: "https://{{ include "gp-keycloak-instance.fullname" . }}-service:8443" + value: "http://{{ include "gp-keycloak-instance.fullname" . }}-service:8080" - name: KEYCLOAK_USER valueFrom: secretKeyRef: diff --git a/infra/gp-keycloak-instance/templates/keycloak.yaml b/infra/gp-keycloak-instance/templates/keycloak.yaml index cdb9b83b..f32982a2 100644 --- a/infra/gp-keycloak-instance/templates/keycloak.yaml +++ b/infra/gp-keycloak-instance/templates/keycloak.yaml @@ -21,6 +21,7 @@ spec: http: httpEnabled: true httpPort: 8080 + httpsPort: 8443 ingress: enabled: false {{- if .Values.persistence.enabled }}