Changes related to TLS implemenation for oof-has
[oom.git] / kubernetes / oof / charts / oof-has / charts / oof-has-api / values.yaml
index 6114de3..df13309 100755 (executable)
@@ -12,6 +12,9 @@
 # See the License for the specific language governing permissions and
 # limitations under the License.
 
+global: # global defaults
+  nodePortPrefix: 302
+
 service:
   type: NodePort
   name: oof-has-api
@@ -24,6 +27,25 @@ ingress:
 replicaCount: 1
 nodeSelector: {}
 affinity: {}
+# Resource Limit flavor -By Default using small
+flavor: small
+# Segregation for Different environment (Small and Large)
+resources:
+  small:
+    limits:
+      memory: 4Gi
+      cpu: 2000m
+    requests:
+      memory: 1Gi
+      cpu: 500m
+  large:
+    limits:
+      memory: 8Gi
+      cpu: 4000m
+    requests:
+      memory: 2Gi
+      cpu: 1000m
+  unlimited: {}
 # probe configuration parameters
 liveness:
   initialDelaySeconds: 10
@@ -34,4 +56,3 @@ liveness:
 readiness:
   initialDelaySeconds: 10
   periodSeconds: 10
-resources: {}