X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcommon%2Fpostgres-init%2Fvalues.yaml;h=d2eb090142424c00e44c3ba703274c74b19284ea;hb=8cbb3d9b964b774b1400df5d909913b669c2a243;hp=7bcd8e23b4d8ec64edc54d694148e1308491c931;hpb=f18b503da6d87b0d3b9f0754df59964e69730343;p=oom.git diff --git a/kubernetes/common/postgres-init/values.yaml b/kubernetes/common/postgres-init/values.yaml index 7bcd8e23b4..d2eb090142 100644 --- a/kubernetes/common/postgres-init/values.yaml +++ b/kubernetes/common/postgres-init/values.yaml @@ -76,16 +76,30 @@ flavor: small resources: small: limits: - cpu: 100m - memory: 300Mi + cpu: "100m" + memory: "300Mi" requests: - cpu: 10m - memory: 90Mi + cpu: "10m" + memory: "90Mi" large: limits: - cpu: 2 - memory: 4Gi + cpu: "2" + memory: "4Gi" requests: - cpu: 1 - memory: 2Gi + cpu: "1" + memory: "2Gi" unlimited: {} + +#Pods Service Account +serviceAccount: + nameOverride: postgres-init + roles: + - read + +readinessCheck: + wait_for: + - '{{ .Values.global.postgres.container.name }}' + +wait_for_job_container: + containers: + - '{{ include "common.name" . }}-update-config' \ No newline at end of file