summaryrefslogtreecommitdiffstats
path: root/mod/bpgenerator/src/main/java/org/onap/blueprintgenerator/models/blueprint/BpConstants.java
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-10-12 00:28:43 +0000
committerGerrit Code Review <gerrit@onap.org>2020-10-12 00:28:43 +0000
commitc8d244d826cc1d9b2ad7aeb0ca0874e321ad4577 (patch)
tree6e24838c5c4c7c55fa00d8ed8ad2b561d9f00218 /mod/bpgenerator/src/main/java/org/onap/blueprintgenerator/models/blueprint/BpConstants.java
parent8896e39d2b401f06fbc5eee35a12787a8f98848d (diff)
parent4f7d736f2e4997d13727bffabc982abf1a2522d8 (diff)
Merge "Improve code quality in ResourceConfig"
Diffstat (limited to 'mod/bpgenerator/src/main/java/org/onap/blueprintgenerator/models/blueprint/BpConstants.java')
-rw-r--r--mod/bpgenerator/src/main/java/org/onap/blueprintgenerator/models/blueprint/BpConstants.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/mod/bpgenerator/src/main/java/org/onap/blueprintgenerator/models/blueprint/BpConstants.java b/mod/bpgenerator/src/main/java/org/onap/blueprintgenerator/models/blueprint/BpConstants.java
index ac14b47..d0d79a4 100644
--- a/mod/bpgenerator/src/main/java/org/onap/blueprintgenerator/models/blueprint/BpConstants.java
+++ b/mod/bpgenerator/src/main/java/org/onap/blueprintgenerator/models/blueprint/BpConstants.java
@@ -37,4 +37,7 @@ public final class BpConstants {
public static final String TOSCA_DATATYPES_ROOT = "tosca.datatypes.Root";
public static final String TOSCA_NODES_ROOT = "tosca.nodes.Root";
public static final String TOSCA_SIMPLE_YAML = "tosca_simple_yaml_1_0_0";
+
+ public static final String MEMORY_LIMIT = "128Mi";
+ public static final String CPU_LIMIT = "250m";
}