D.1.9.1 SEPP Single Cluster Deployment Instance Configuration Examples
SEPP 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-sepp-instance1
type: SEPP
owner: Cluster1
fqdn: ocsepp-config-mgr-svc.sepp.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-sepp-instance1
type: SEPP
owner: Cluster1
fqdn: ocsepp-config-mgr-svc.sepp.svc.cluster.local
port: 80