CallCenter
Custom Resource sample manifest
The following .yaml file is a schema of
CallCenter
CR with sample values.Important: The values in the following yaml file are provided for demonstration purpose only
and you must modify them as required.
apiVersion: apps.oms.ibm.com/v1beta1
kind: CallCenter
metadata:
name: ccenter
spec:
license:
accept: false
upgradeStrategy: RollingUpdate
networkPolicy:
ingress:
- {}
podSelector:
matchLabels:
release: oms
role: appserver
policyTypes:
- Ingress
adminURL: <icc_deployment_URL>
# serviceAccount: default
image:
base:
#imageName: om-call-center-base
repository: cp.icr.io/cp/ibm-oms-<edition>
tag: 10.0.2209.0-amd64
extn:
#imageName: om-call-center-ext
repository: cp.icr.io/cp/ibm-oms-<edition>
tag: 10.0.2209.0-amd64
# imagePullSecrets:
# - name: imm-entitlement-key
callCenter:
base:
# livenessCheckBeginAfterSeconds: 900
# livenessFailRestartAfterMinutes: 10
replicaCount: 1
# terminationGracePeriodSeconds: 60
extn:
# livenessCheckBeginAfterSeconds: 900
# livenessFailRestartAfterMinutes: 10
replicaCount: 1
#terminationGracePeriodSeconds: 60
networking:
ingress:
annotations:
nginx.ingress.kubernetes.io/rewrite-target: /
host: public-domain.mycluster.com
ssl:
enabled: true
# customDomains:
# - host: ""
# className: ""
# annotations:
# ingress.kubernetes.io/affinity: "cookie"
# labels: {}
# ssl:
# enabled: ""
# identitySecretName: mydomain_secret