aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/sdc/components/sdc-fe/resources/config/onboardingfe/onboarding_configuration.yaml
blob: e0ed8cd6d87a81ffbb62bfc832e18f25322e3a45 (plain)
1
2
3
4
5
6
7
8
9
notifications:
  pollingIntervalMsec: 2000
  selectionSize: 100
  beHost: sdc-onboarding-be.{{ include "common.namespace" . }}.svc.cluster.local
  {{- if .Values.disableHttp }}
  beHttpPort: {{ .Values.onboarding_be.https_port }}
  {{- else }}
  beHttpPort: {{ .Values.onboarding_be.http_port }}
  {{- end }}