[HOLMES] Add missing Ingress definition
[oom.git] / kubernetes / holmes / components / holmes-rule-mgmt / values.yaml
index 0a25527..2320095 100644 (file)
@@ -1,6 +1,7 @@
 #============LICENSE_START========================================================
 # ================================================================================
 # Copyright (c) 2021 ZTE Corporation Intellectual Property. All rights reserved.
+# Modifications 2023 Deutsche Telekom
 # ================================================================================
 # Licensed under the Apache License, Version 2.0 (the "License");
 # you may not use this file except in compliance with the License.
@@ -71,6 +72,16 @@ service:
     port: 9104
     nodePort: 93
 
+ingress:
+  enabled: false
+  service:
+    - baseaddr: 'holmes-api'
+      name: 'holmes-rule-mgmt'
+      port: 9101
+    - baseaddr: 'holmes-ui'
+      name: 'holmes-rule-mgmt'
+      port: 9104
+
 # probe configuration parameters
 liveness:
   initialDelaySeconds: 10