Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 1 | ################################################################################ |
| 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 | |
| 21 | policymanagementservice: |
| 22 | imagePullPolicy: IfNotPresent |
| 23 | image: |
Lathish | e4d2f4b | 2020-04-20 17:21:51 +0100 | [diff] [blame] | 24 | registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' |
Lathish | 65cb609 | 2020-03-26 15:06:31 +0000 | [diff] [blame] | 25 | name: nonrtric-policy-agent |
| 26 | tag: 1.0.0 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 27 | service: |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 28 | 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 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 43 | |
| 44 | |