Skip to content

Commit

Permalink
Merge pull request #37 from bcgov/feat/sso-chart-updates
Browse files Browse the repository at this point in the history
fix: updates to handle clustering error
  • Loading branch information
NithinKuruba authored Aug 18, 2023
2 parents 6e6ad40 + 408268a commit f3efd15
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/keycloak/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
name: sso-keycloak
version: 1.14.3
appVersion: 7.6.5-build.29
version: 1.14.4
appVersion: 7.6.25-build.1
description: Open Source Identity and Access Management For Modern Applications and Services
dependencies:
- name: patroni
Expand Down
2 changes: 1 addition & 1 deletion charts/keycloak/templates/service-ping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ metadata:
labels: {{ include "sso-keycloak.labels" . | nindent 4 }}
annotations:
description: "The JGroups ping port for clustering."
service.alpha.kubernetes.io/tolerate-unready-endpoints: "true"
{{- if .Values.tls.enabled }}
# see https://miminar.fedorapeople.org/_preview/openshift-enterprise/registry-redeploy/dev_guide/secrets.html#service-serving-certificate-secrets
service.alpha.openshift.io/serving-cert-secret-name: {{ include "sso-keycloak.fullname" . }}-x509-jgroups
Expand All @@ -19,4 +18,5 @@ spec:
targetPort: ping
protocol: TCP
selector: {{ include "sso-keycloak.selectorLabels" . | nindent 4 }}
publishNotReadyAddresses: true
{{- end }}

0 comments on commit f3efd15

Please sign in to comment.