[COMMON] Harmonize resource settings
[oom.git] / kubernetes / holmes / components / holmes-rule-mgmt / values.yaml
index 1b27247..54b37cb 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"
       path: "/iui/holmes"
-      plain_port: 9104
+      port: *ui_port
   config:
     ssl: "redirect"
 
@@ -120,18 +120,18 @@ readiness:
 resources:
   small:
     limits:
-      cpu: 1
-      memory: 1Gi
+      cpu: "1"
+      memory: "1Gi"
     requests:
-      cpu: 0.5
-      memory: 1Gi
+      cpu: "0.5"
+      memory: "1Gi"
   large:
     limits:
-      cpu: 2
-      memory: 2Gi
+      cpu: "2"
+      memory: "2Gi"
     requests:
-      cpu: 1
-      memory: 1Gi
+      cpu: "1"
+      memory: "1Gi"
   unlimited: {}
 
 readinessCheck: