X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fso%2Fcharts%2Fso-sdc-controller%2Fvalues.yaml;h=f5a5176c52574e883fdefd63c423b8fb263942fa;hb=c9914f5f0a77338a9fb6703820e072c9fcd23d68;hp=903b4906122f9bcc80b6e54a62511404ca2cffaf;hpb=c45fc016023a9dfc80677ed64b40abdf53015fbd;p=oom.git diff --git a/kubernetes/so/charts/so-sdc-controller/values.yaml b/kubernetes/so/charts/so-sdc-controller/values.yaml index 903b490612..f5a5176c52 100755 --- a/kubernetes/so/charts/so-sdc-controller/values.yaml +++ b/kubernetes/so/charts/so-sdc-controller/values.yaml @@ -21,19 +21,30 @@ app: sdc-controller service: type: ClusterIP internalPort: 8085 - externalPort: 10500 + externalPort: 8085 portName: so-sdc-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: 8085 @@ -47,4 +58,4 @@ ingress: enabled: false nodeSelector: {} tolerations: [] -affinity: {} \ No newline at end of file +affinity: {}