D.1.10.1 UDR Single Cluster Deployment Instance Configuration Examples
UDR Single Cluster Configuration
CNCC Configurationglobal:
cncc-iam:
enabled: true
mcncc-core:
enabled: true
acncc-core:
enabled: true
isMultiClusterDeployment: false
# Automatic route generation for CNCC Manager Deployment
self:
cnccId: Cluster1
mCnccIams:
- id: Cluster1
ip: 10.xx.xx.xx
mCnccCores:
- id: Cluster1
aCnccs:
- id: Cluster1
role: Cluster1
fqdn: cncc-acore-ingress-gateway.cncc.svc.cluster.local
port: 80
instances:
- id : Cluster1-udr-instance1
type: UDR-PROV
owner: Cluster1
fqdn: udr1-ingressgateway-prov.udr.svc.cluster.local
port: 80
- id : Cluster1-udr-instance1
type: UDR-CONFIG
owner: Cluster1
fqdn: udr1-nudr-config.udr.svc.cluster.local
port: 80
Sample Configuration for HTTPS enabled deployment
- Scheme should be updated to "https" in mCnccIams and aCnccs
- Https port should be updated in mCnccIams and aCnccs
global:
cncc-iam:
enabled: true
mcncc-core:
enabled: true
acncc-core:
enabled: true
isMultiClusterDeployment: false
# Automatic route generation for CNCC Manager Deployment
self:
cnccId: Cluster1
mCnccIams:
- id: Cluster1
scheme: https
ip: 10.xx.xx.xx
mCnccCores:
- id: Cluster1
aCnccs:
- id: Cluster1
role: Cluster1
scheme: https
fqdn: cncc-acore-ingress-gateway.cncc.svc.cluster.local
port: 443
instances:
- id : Cluster1-udr-instance1
type: UDR-PROV
owner: Cluster1
fqdn: udr1-ingressgateway-prov.udr.svc.cluster.local
port: 80
- id : Cluster1-udr-instance1
type: UDR-CONFIG
owner: Cluster1
fqdn: udr1-nudr-config.udr.svc.cluster.local
port: 80