X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Foof%2Fvalues.yaml;h=afae1f1aae837209b7cac35a1f639830005cabae;hb=4753743f0743a6b22f69e718c3cdb4ba8843cea6;hp=fe93a1e1d2475201778e0345296b763e7fb8c454;hpb=559e0928cd7c50fee2f36c3cc3b043eb7162871c;p=oom.git diff --git a/kubernetes/oof/values.yaml b/kubernetes/oof/values.yaml index fe93a1e1d2..afae1f1aae 100644 --- a/kubernetes/oof/values.yaml +++ b/kubernetes/oof/values.yaml @@ -95,35 +95,22 @@ affinity: {} # Resource Limit flavor -By Default using small flavor: small -#sub-charts configuration -certInitializer: - nameOverride: oof-osdf-cert-initializer - fqdn: "oof.onap" - app_ns: "org.osaaf.aaf" - fqi: "oof@oof.onap.org" - fqi_namespace: org.onap.oof - public_fqdn: "oof.onap.org" - cadi_latitude: "0.0" - cadi_longitude: "0.0" - credsPath: /opt/app/osaaf/local - appMountPath: /opt/osdf/osaaf - # Segregation for Different environment (Small and Large) resources: small: limits: - cpu: 999 - memory: 1Gi + cpu: "1" + memory: "1Gi" requests: - cpu: 0.5 - memory: 1Gi + cpu: "0.5" + memory: "1Gi" large: limits: - cpu: 999 - memory: 2Gi + cpu: "2" + memory: "2Gi" requests: - cpu: 1 - memory: 2Gi + cpu: "1" + memory: "2Gi" unlimited: {} # probe configuration parameters