kanidm: fix probes and use 443 port by default

This commit is contained in:
ace
2025-04-11 16:01:20 +03:00
parent 0d91f6f91d
commit 399eae0f1a
3 changed files with 17 additions and 9 deletions

View File

@ -10,7 +10,7 @@ data:
# If the port is set to 443 you may require the
# NET_BIND_SERVICE capability.
# Defaults to "127.0.0.1:8443"
bindaddress = "{{ .Values.kanidm.bindaddress }}"
bindaddress = "{{ tpl .Values.kanidm.bindaddress $ }}"
#
{{- if .Values.kanidmLdap.enabled }}
# The read-only ldap server bind address. Requires
@ -101,7 +101,7 @@ data:
# domain name you configure above. If these two items are
# not consistent, the server WILL refuse to start!
# origin = "https://idm.example.com"
origin = "https://{{ tpl .Values.kanidm.domain $ }}:8443"
origin = "https://{{ tpl .Values.kanidm.domain $ }}:{{ .Values.service.port }}"
#
{{- if .Values.kanidmOnlineBackup.enabled }}
[online_backup]