When upgrading AuthHub with the default value 'ssp.deployment.size=custom' and without High Availability for all services using limited resources, the azserver pod is not created.
VIP Authentication Hub 3.2
Openshift
From product, below is the recommendation to resolve the issue:
helm upgrade "${RELEASENAME}" -n "${NAMESPACE}" "${HELM_REPO}/ssp" \
--version "${SSP_VERSION}" \
--set ssp.deployment.size="custom" \
--set hazelcast-enterprise.cluster.memberCount=1 \
-f overwrite.yaml
In overwrite.yaml, the min and max parameters should be set to 1.