Last updated
Was this helpful?
Domain names and mapping for G2P Bridge
The suggested convention is given below.
<component>.<environment>.<your org domain>.<tld>
The chart derives every hostname from the install namespace by default (.Release.Namespace), so you usually set nothing. Override global.namespace to use a hostname segment that differs from the Kubernetes namespace, or override each hostname individually.
Component
Helm value
Example Domain (namespace = trial)
G2P Bridge Partner API
global.g2pBridgeHostname
g2p-bridge.trial.openg2p.org
Beneficiary Portal API
global.benePortalHostname
g2p-bridge-bene-portal.trial.openg2p.org
Example Bank API (bundled)
global.exampleBankHostname
example-bank.trial.openg2p.org
All the above domains point to the Nginx IP for the server (virtual host) that routes to the Istio Ingress gateway on the OpenG2P Cluster.
SSL certs for all the above must be available, generally as a wild card certificate for the domain, example. *.dev.openg2p.org
Last updated
Was this helpful?
Was this helpful?