X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Foof%2Fcomponents%2Foof-has%2Fcomponents%2Foof-has-data%2Fvalues.yaml;h=6c9ffde3209ba7de4428a112766c6efa33fad8d5;hb=555db9c1f910db06341070941b466e6c05827e27;hp=0aaf4286cde04808332781e13a04903061170428;hpb=25e7a9823c87c75dd0595f23a93e29834d9b3a6c;p=oom.git diff --git a/kubernetes/oof/components/oof-has/components/oof-has-data/values.yaml b/kubernetes/oof/components/oof-has/components/oof-has-data/values.yaml index 0aaf4286cd..6c9ffde320 100755 --- a/kubernetes/oof/components/oof-has/components/oof-has-data/values.yaml +++ b/kubernetes/oof/components/oof-has/components/oof-has-data/values.yaml @@ -14,16 +14,12 @@ global: image: - optf_has: onap/optf-has:2.3.0 + optf_has: onap/optf-has:2.3.1 ################################################################# # secrets metaconfig ################################################################# secrets: - - uid: oof-onap-certs - externalSecret: '{{ tpl (default "" .Values.certSecret) . }}' - type: generic - filePaths: '{{ .Values.secretsFilePaths }}' - uid: oof-has-etcd-secret name: &user-creds '{{ include "common.release" . }}-oof-has-etcd-secret' type: basicAuth @@ -48,18 +44,18 @@ flavor: small resources: small: limits: - memory: 4Gi - cpu: 2000m + memory: 1Gi + cpu: 999 requests: memory: 1Gi - cpu: 500m + cpu: 0.5 large: limits: - memory: 8Gi - cpu: 4000m + memory: 2Gi + cpu: 999 requests: memory: 2Gi - cpu: 1000m + cpu: 1 unlimited: {} # probe configuration parameters liveness: @@ -72,6 +68,11 @@ readiness: initialDelaySeconds: 10 periodSeconds: 10 +readinessCheck: + wait_for: + jobs: + - '{{ include "common.release" . }}-{{ .Values.config.etcd.configJobNameOverride }}-job' + #Pods Service Account serviceAccount: nameOverride: oof-has-data