Merge "Add configmap to introduce environment variables for alarm manager"
[ric-plt/ric-dep.git] / helm / o1mediator / values.yaml
index 94b7b59..79240af 100644 (file)
 #   See the License for the specific language governing permissions and        #
 #   limitations under the License.                                             #
 ################################################################################
-
-#################################################################
-# Application configuration defaults.
-#################################################################
-# application image
-
 o1mediator:
   replicaCount: 1
   imagePullPolicy: IfNotPresent
@@ -28,6 +22,8 @@ o1mediator:
     tag: 0.3.1
     registry: "nexus3.o-ran-sc.org:10002/o-ran-sc"
 
+  prometheusAMUrl: "r4-infrastructure-prometheus-alertmanager:80"
+
   # Service ports are now defined in
   # ric-common/Common-Template/helm/ric-common/templates/_ports.tpl file.
   # If need to change a service port, make the code change necessary, then