D.1.3.1 NRF Single Cluster Deployment Instance Configuration Examples
NRF Single-Cluster Configuration
CNCC Configuration
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
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-nrf-instance1
type: NRF
owner: Cluster1
fqdn: ocnrf-nrfconfiguration.nrf.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
CNCC Configuration
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-nrf-instance1
type: NRF
owner: Cluster1
fqdn: ocnrf-nrfconfiguration.nrf.svc.cluster.local
port: 80