X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fholmes%2Fcomponents%2Fholmes-rule-mgmt%2Fvalues.yaml;h=bebd411ecb3b871a9502584665a46f6a0ab0605f;hb=c8ef023537910038ef05ce84337a35e429bfc931;hp=a6a0bd05bb50204a453bc5e5669f217ccc412f58;hpb=555db9c1f910db06341070941b466e6c05827e27;p=oom.git diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml index a6a0bd05bb..bebd411ecb 100644 --- a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml @@ -69,7 +69,7 @@ service: port: &svc_port 9101 nodePort: 92 - name: http-ui - port: 9104 + port: &ui_port 9104 nodePort: 93 annotations: msb.onap.org/service-info: | @@ -92,11 +92,11 @@ ingress: - baseaddr: "holmes-rule-mgmt" name: "holmes-rule-mgmt" path: "/api/holmes-rule-mgmt/v1" - plain_port: 9101 + port: *svc_port - baseaddr: "holmes-rule-mgmt-ui" name: "holmes-rule-mgmt" path: "/iui/holmes" - plain_port: 9104 + port: *ui_port config: ssl: "redirect" @@ -120,14 +120,14 @@ readiness: resources: small: limits: - cpu: 999 + cpu: 1 memory: 1Gi requests: cpu: 0.5 memory: 1Gi large: limits: - cpu: 999 + cpu: 2 memory: 2Gi requests: cpu: 1