RehanRaza | 9261cb4 | 2020-03-30 11:48:10 +0200 | [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 controlpanel. |
| 18 | # This is a YAML-formatted file. |
| 19 | # Declare variables to be passed into your templates. |
| 20 | |
| 21 | controlpanel: |
| 22 | imagePullPolicy: IfNotPresent |
RehanRaza | 9261cb4 | 2020-03-30 11:48:10 +0200 | [diff] [blame] | 23 | image: |
RehanRaza | 846cb20 | 2021-02-04 14:24:45 +0100 | [diff] [blame] | 24 | registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc' |
RehanRaza | 9261cb4 | 2020-03-30 11:48:10 +0200 | [diff] [blame] | 25 | name: nonrtric-controlpanel |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame^] | 26 | tag: 2.3.0 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 27 | replicaCount: 1 |
| 28 | service: |
Lathish | 32a43aa | 2020-05-20 23:18:18 +0100 | [diff] [blame] | 29 | allowHttp: true |
| 30 | httpName: http |
| 31 | internalPort1: 8080 |
| 32 | targetPort1: 8080 |
| 33 | externalPort1: 30091 |
| 34 | httpsName: https |
| 35 | internalPort2: 8081 |
| 36 | targetPort2: 8082 |
| 37 | externalPort2: 30092 |
| 38 | liveness: |
| 39 | initialDelaySeconds: 20 |
| 40 | periodSeconds: 10 |
| 41 | readiness: |
| 42 | initialDelaySeconds: 20 |
| 43 | periodSeconds: 10 |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame^] | 44 | ingress: |
| 45 | enabled: true |