X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdnc%2Fcomponents%2Fdmaap-listener%2Fvalues.yaml;h=db15a7a2f60efccaa575efb3050f9577f06b1740;hb=cfd8434fe9484b9219560159094b174421d6d6a2;hp=1c8bd5a26fe42b36d28d7f287c95437fc5ddfe00;hpb=8f18b2dfc4f65282a17fa81dcf0c539b4b8b866a;p=oom.git diff --git a/kubernetes/sdnc/components/dmaap-listener/values.yaml b/kubernetes/sdnc/components/dmaap-listener/values.yaml index 1c8bd5a26f..db15a7a2f6 100644 --- a/kubernetes/sdnc/components/dmaap-listener/values.yaml +++ b/kubernetes/sdnc/components/dmaap-listener/values.yaml @@ -21,7 +21,7 @@ global: #This flag allows SO to instantiate its own mariadb-galera cluster #If shared instance is used, this chart assumes that DB already exists localCluster: false - service: mariadb-galera + service: mariadb-galera-primary internalPort: 3306 nameOverride: mariadb-galera @@ -49,7 +49,7 @@ secrets: # Application configuration defaults. ################################################################# # application image -image: onap/sdnc-dmaap-listener-image:2.2.1 +image: onap/sdnc-dmaap-listener-image:2.5.5 pullPolicy: Always # flag to enable debugging - application support required @@ -105,7 +105,17 @@ ingress: enabled: false service: + type: ClusterIP name: sdnc-dmaap-listener + internalPort: 80 + ports: + - name: http + port: 80 + +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: message-router-read #Resource limit flavor -By default using small flavor: small @@ -114,15 +124,15 @@ flavor: small resources: small: limits: - cpu: 2 - memory: 2Gi + cpu: 999 + memory: 1Gi requests: - cpu: 100m + cpu: 0.5 memory: 1Gi large: limits: - cpu: 2 - memory: 4Gi + cpu: 999 + memory: 2Gi requests: cpu: 1 memory: 2Gi