X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fholmes%2Fcomponents%2Fholmes-engine-mgmt%2Fvalues.yaml;h=c0022befa739f05a529668834ba04d2986439feb;hb=555db9c1f910db06341070941b466e6c05827e27;hp=c9c62e78a32db61a4aa879ff0e35a0291da901e4;hpb=2d51104671ae198c8e711b64463a37a0e7f9bba3;p=oom.git diff --git a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml index c9c62e78a3..c0022befa7 100644 --- a/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml +++ b/kubernetes/holmes/components/holmes-engine-mgmt/values.yaml @@ -108,24 +108,26 @@ readiness: resources: small: limits: - cpu: 500m + cpu: 999 memory: 1Gi requests: - cpu: 250m - memory: 500Mi + cpu: 0.5 + memory: 1Gi large: limits: - cpu: 500m + cpu: 999 memory: 2Gi requests: - cpu: 250m - memory: 1Gi + cpu: 1 + memory: 2Gi 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: