X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdnc%2Fcomponents%2Fsdnc-web%2Fvalues.yaml;h=98e44d02abe366521a94ad799f6bf941a13145b4;hb=8cbb3d9b964b774b1400df5d909913b669c2a243;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..98e44d02ab 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: "500Mi" requests: - cpu: 0.5 - memory: 500Mi + cpu: "0.5" + memory: "500Mi" large: limits: - cpu: 2 - memory: 2Gi + cpu: "2" + memory: "1Gi" requests: - cpu: 1 - memory: 1Gi + cpu: "1" + memory: "1Gi" unlimited: {} #Pods Service Account