[CPS] Unify way of KafkaTopic creation for CPS application
[oom.git] / kubernetes / cps / components / cps-temporal / values.yaml
index 298431a..b6b072c 100644 (file)
@@ -83,18 +83,18 @@ replicaCount: 1
 resources:
   small:
     limits:
-      cpu: 2
+      cpu: 999
       memory: 2Gi
     requests:
       cpu: 1
-      memory: 1Gi
+      memory: 2Gi
   large:
     limits:
-      cpu: 4
+      cpu: 999
       memory: 4Gi
     requests:
       cpu: 2
-      memory: 2Gi
+      memory: 4Gi
   unlimited: {}
 # probe configuration parameters
 liveness:
@@ -160,12 +160,6 @@ kafkaUser:
       type: topic
       operations: [Read]
 
-kafkaTopic:
-  - name: *dataUpdatedTopic
-    # default values below can be overridden
-    retentionMs: 7200000
-    segmentBytes: 1073741824
-
 logging:
   level: INFO
   path: /tmp