[AAF] Augment CPU limit to locate
[oom.git] / kubernetes / aaf / charts / aaf-locate / values.yaml
index 2083f1a..01a5ab1 100644 (file)
@@ -18,6 +18,12 @@ flavor: small
 # Application configuration defaults.
 #################################################################
 # application image
+replicaCount: 1
+
+binary: locate
+
+sequence_order:
+  - service
 
 nodeSelector: {}
 
@@ -25,24 +31,25 @@ affinity: {}
 
 # probe configuration parameters
 liveness:
-  initialDelaySeconds: 120
+  initialDelaySeconds: 30
   periodSeconds: 10
   # necessary to disable liveness probe when setting breakpoints
   # in debugger so K8s doesn't restart unresponsive container
   enabled: true
+  port: api
 
 readiness:
   initialDelaySeconds: 5
   periodSeconds: 10
+  port: api
 
 service:
   name: aaf-locate
   type: ClusterIP
-  portName: aaf-locate
-  #targetPort
-  internalPort: 8095
-  #port
-  externalPort: 31111
+  ports:
+    - name: api
+      protocol: http
+      port: 8095
 
 ingress:
   enabled: false
@@ -51,13 +58,13 @@ ingress:
       name: "aaf-locate"
       port: 8095
   config:
-    ssl: "none"
+    ssl: "redirect"
 
 # Configure resource requests and limits
 resources:
  small:
    limits:
-     cpu: 100m
+     cpu: 500m
      memory: 320Mi
    requests:
      cpu: 1m