blob: 45593cde836ebc74e2312f7ee397e7e344afa8c4 [file] [log] [blame]
Lathish65cb6092020-03-26 15:06:31 +00001################################################################################
2# Copyright (c) 2020 Nordix Foundation. #
3# #
4# Licensed under the Apache License, Version 2.0 (the "License"); #
5# you may not use this file except in compliance with the License. #
6# You may obtain a copy of the License at #
7# #
8# http://www.apache.org/licenses/LICENSE-2.0 #
9# #
10# Unless required by applicable law or agreed to in writing, software #
11# distributed under the License is distributed on an "AS IS" BASIS, #
12# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. #
13# See the License for the specific language governing permissions and #
14# limitations under the License. #
15################################################################################
16
17# Default values for Policy Management Service.
18# This is a YAML-formatted file.
19# Declare variables to be passed into your templates.
20
21policymanagementservice:
22 imagePullPolicy: IfNotPresent
23 image:
Lathishe4d2f4b2020-04-20 17:21:51 +010024 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
Lathish65cb6092020-03-26 15:06:31 +000025 name: nonrtric-policy-agent
26 tag: 1.0.0
Lathish7e090012020-04-01 17:38:20 +010027 service:
Lathish32a43aa2020-05-20 23:18:18 +010028 allowHttp: true
29 httpName: http
30 internalPort1: 9080
31 targetPort1: 8081
32 externalPort1: 30093
33 httpsName: https
34 internalPort2: 9081
35 targetPort2: 8433
36 externalPort2: 30094
37 liveness:
38 initialDelaySeconds: 20
39 periodSeconds: 10
40 readiness:
41 initialDelaySeconds: 20
42 periodSeconds: 10
Lathish7e090012020-04-01 17:38:20 +010043
44