Merge "[AAI] Make aai log level configurable"
[oom.git] / kubernetes / holmes / components / holmes-rule-mgmt / values.yaml
index bc6639f..a7e0e25 100644 (file)
@@ -69,7 +69,7 @@ service:
     port: &svc_port 9101
     nodePort: 92
   - name: http-ui
-    port: 9104
+    port: &ui_port 9104
     nodePort: 93
   annotations:
     msb.onap.org/service-info: |
@@ -92,11 +92,11 @@ ingress:
     - baseaddr: "holmes-rule-mgmt"
       name: "holmes-rule-mgmt"
       path: "/api/holmes-rule-mgmt/v1"
-      plain_port: 9101
+      port: *svc_port
     - baseaddr: "holmes-rule-mgmt-ui"
-      name: "holmes-rule-mgmt-ui"
+      name: "holmes-rule-mgmt"
       path: "/iui/holmes"
-      plain_port: 9104
+      port: *ui_port
   config:
     ssl: "redirect"
 
@@ -120,24 +120,27 @@ readiness:
 resources:
   small:
     limits:
-      cpu: 250m
-      memory: 1024Mi
+      cpu: "1"
+      memory: "1Gi"
     requests:
-      cpu: 250m
-      memory: 256Mi
+      cpu: "0.5"
+      memory: "1Gi"
   large:
     limits:
-      cpu: 500m
-      memory: 2Gi
+      cpu: "2"
+      memory: "2Gi"
     requests:
-      cpu: 500m
-      memory: 512Mi
+      cpu: "1"
+      memory: "1Gi"
   unlimited: {}
 
 readinessCheck:
-  wait_for:
+  wait_for_global:
     jobs:
       - '{{ include "common.release" . }}-holmes-postgres-init-config-job'
+  wait_for_local:
+    services:
+      - '{{ .Values.global.postgres.service.name2 }}'
 
 #Pods Service Account
 serviceAccount: