X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdnc%2Fcomponents%2Fsdnc-web%2Fvalues.yaml;h=265068b6e253acab005bc57ab195691f08b5eb08;hb=4753743f0743a6b22f69e718c3cdb4ba8843cea6;hp=3563eb7c1063584192fe1bd57c1bac1525199781;hpb=2af5079ba7cc09fda2c19a3f627299b3ef655227;p=oom.git diff --git a/kubernetes/sdnc/components/sdnc-web/values.yaml b/kubernetes/sdnc/components/sdnc-web/values.yaml index 3563eb7c10..265068b6e2 100644 --- a/kubernetes/sdnc/components/sdnc-web/values.yaml +++ b/kubernetes/sdnc/components/sdnc-web/values.yaml @@ -22,7 +22,7 @@ global: # Application configuration defaults. ################################################################# # application image -image: "onap/sdnc-web-image:2.4.2" +image: "onap/sdnc-web-image:2.5.5" pullPolicy: Always config: @@ -31,7 +31,7 @@ config: webPort: 8080 sdnrProtocol: http sdnrHost: "sdnc" - sdnrPort: "8080" + sdnrPort: "8282" oauth: enabled: false odluxRbac: @@ -81,24 +81,30 @@ ingress: name: "sdnc-web" port: 8080 +serviceMesh: + authorizationPolicy: + authorizedPrincipals: + - serviceAccount: istio-ingress + namespace: istio-ingress + #Resource limit flavor -By default using small flavor: small #segregation for different environment (small and large) resources: small: limits: - cpu: 1 - memory: 1Gi + cpu: "1" + memory: "0.5Gi" requests: - cpu: 0.5 - memory: 500Mi + cpu: "0.5" + memory: "0.5Gi" large: limits: - cpu: 2 - memory: 2Gi + cpu: "2" + memory: "1Gi" requests: - cpu: 1 - memory: 1Gi + cpu: "1" + memory: "1Gi" unlimited: {} #Pods Service Account