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=bc6639f7dd379d06da4bd9a03fac392502dc5f5d;hpb=2d51104671ae198c8e711b64463a37a0e7f9bba3;p=oom.git diff --git a/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml b/kubernetes/holmes/components/holmes-rule-mgmt/values.yaml index bc6639f7dd..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-ui" + name: "holmes-rule-mgmt" path: "/iui/holmes" - plain_port: 9104 + port: *ui_port config: ssl: "redirect" @@ -120,24 +120,26 @@ readiness: resources: small: limits: - cpu: 250m - memory: 1024Mi + cpu: 1 + memory: 1Gi requests: - cpu: 250m - memory: 256Mi + cpu: 0.5 + memory: 1Gi large: limits: - cpu: 500m + cpu: 2 memory: 2Gi requests: - cpu: 500m - memory: 512Mi + cpu: 1 + memory: 1Gi unlimited: {} readinessCheck: - wait_for: + wait_for_global: jobs: - '{{ include "common.release" . }}-holmes-postgres-init-config-job' + wait_for_local: + - '{{ .Values.global.postgres.container.name }}' #Pods Service Account serviceAccount: