blob: 91f233f2727792049ed983fa7e3553207fa8d47a [file] [log] [blame]
RehanRaza9261cb42020-03-30 11:48:10 +02001################################################################################
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
21controlpanel:
22 imagePullPolicy: IfNotPresent
RehanRaza9261cb42020-03-30 11:48:10 +020023 image:
RehanRaza846cb202021-02-04 14:24:45 +010024 registry: 'nexus3.o-ran-sc.org:10004/o-ran-sc'
RehanRaza9261cb42020-03-30 11:48:10 +020025 name: nonrtric-controlpanel
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010026 tag: 2.3.0
Lathish7e090012020-04-01 17:38:20 +010027 replicaCount: 1
28 service:
Lathish32a43aa2020-05-20 23:18:18 +010029 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
BjornMagnussonXA326fd8c2021-12-10 10:13:03 +010044 ingress:
45 enabled: true