X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcharts%2Fso-catalog-db-adapter%2Fvalues.yaml;h=1b2441f8f71ae2ef5a611ed29419aafbe5b058c6;hb=908fc8cb12a093a7b81fc4f8a938fafbdd9356d8;hp=7e49057cc0c4ff8255949a0c2c794ad581d23f46;hpb=9f5521745269f5d544eb69a9d92dd319a71d8e05;p=oom.git diff --git a/kubernetes/so/charts/so-catalog-db-adapter/values.yaml b/kubernetes/so/charts/so-catalog-db-adapter/values.yaml index 7e49057cc0..1b2441f8f7 100755 --- a/kubernetes/so/charts/so-catalog-db-adapter/values.yaml +++ b/kubernetes/so/charts/so-catalog-db-adapter/values.yaml @@ -22,19 +22,30 @@ app: catalog-db-adapter service: type: ClusterIP internalPort: 8082 - externalPort: 10800 + externalPort: 8082 portName: so-catdb-port updateStrategy: type: RollingUpdate maxUnavailable: 1 maxSurge: 1 +# Resource Limit flavor -By Default using small +flavor: small +# Segregation for Different environment (Small and Large) resources: + small: + limits: + memory: 4Gi + cpu: 2000m requests: memory: 1Gi cpu: 500m + large: limits: - memory: 4Gi - cpu: 2000m + memory: 8Gi + cpu: 4000m + requests: + memory: 2Gi + cpu: 1000m livenessProbe: path: /manage/health port: 8082 @@ -48,4 +59,4 @@ ingress: enabled: false nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {}