X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcps%2Fcomponents%2Fcps-core%2Fvalues.yaml;h=91f9e396e0904b6a0ec3ea6254d075605c8b40b9;hb=8cb16a6b59d8501808d62bb558f76f161b53d3e9;hp=b44f45610a1224a4c4771bb68a7bd13500b21e49;hpb=930f3dcb63f5fdd99cac9f80adfafe95fdc43322;p=oom.git diff --git a/kubernetes/cps/components/cps-core/values.yaml b/kubernetes/cps/components/cps-core/values.yaml index b44f45610a..91f9e396e0 100644 --- a/kubernetes/cps/components/cps-core/values.yaml +++ b/kubernetes/cps/components/cps-core/values.yaml @@ -68,30 +68,30 @@ global: container: name: postgres -image: onap/cps-and-ncmp:3.2.6 -containerPort: &svc_port 8080 -managementPort: &mgt_port 8081 +image: onap/cps-and-ncmp:3.3.11 service: type: ClusterIP + headless: {} name: cps-core + internalPort: &svc_port 8080 ports: - name: &port http port: *svc_port - - name: http-management - port: *mgt_port - targetPort: *mgt_port + headlessPorts: + - name: tcp-hazelcast + port: 5701 prometheus: enabled: false metrics: serviceMonitor: - port: http-management + port: http ## specify target port if name is not given to the port in the service definition ## # targetPort: 8080 - path: /manage/prometheus + path: /actuator/prometheus interval: 60s basicAuth: enabled: false @@ -109,14 +109,14 @@ replicaCount: 1 resources: small: limits: - cpu: 999 + cpu: 2 memory: 1.5Gi requests: cpu: 1 memory: 1.5Gi large: limits: - cpu: 999 + cpu: 4 memory: 3Gi requests: cpu: 2 @@ -129,20 +129,20 @@ liveness: # necessary to disable liveness probe when setting breakpoints # in debugger so K8s doesn't restart unresponsive container enabled: true - path: /manage/health - port: *mgt_port + path: /actuator/health + port: *svc_port readiness: initialDelaySeconds: 15 periodSeconds: 15 - path: /manage/health - port: *mgt_port + path: /actuator/health + port: *svc_port startup: failureThreshold: 5 periodSeconds: 60 - path: /manage/health - port: *mgt_port + path: /actuator/health + port: *svc_port ingress: enabled: true @@ -197,12 +197,6 @@ kafkaTopic: - name: &dmiCmEventsTopic dmi-cm-events retentionMs: 7200000 segmentBytes: 1073741824 - - name: &ncmpAsyncM2MTopic ncmp-async-m2m - retentionMs: 7200000 - segmentBytes: 1073741824 - - name: &cmAvcSubscriptionTopic cm-avc-subscription - retentionMs: 7200000 - segmentBytes: 1073741824 kafkaUser: authenticationType: scram-sha-512 @@ -216,10 +210,10 @@ kafkaUser: - name: *dmiCmEventsTopic type: topic operations: [Read] - - name: *ncmpAsyncM2MTopic + - name: &ncmpAsyncM2MTopic ncmp-async-m2m type: topic operations: [Read] - - name: *cmAvcSubscriptionTopic + - name: &cmAvcSubscriptionTopic cm-avc-subscription type: topic operations: [Read] @@ -282,3 +276,11 @@ updateStrategy: type: RollingUpdate maxUnavailable: 0 maxSurge: 1 + +# Hazlecast custom configurations. +hazelcast: + config: + kubernetesDiscovery: true + kubernetesServiceName: cps-core-headless + +