RehanRaza | 5e10316 | 2020-03-25 13:50:22 +0100 | [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 a1-simulator. |
| 18 | # This is a YAML-formatted file. |
| 19 | # Declare variables to be passed into your templates. |
| 20 | |
| 21 | a1simulator: |
Lathish | 3ebd35d | 2020-04-15 12:56:53 +0100 | [diff] [blame] | 22 | name: a1-sim |
RehanRaza | 5e10316 | 2020-03-25 13:50:22 +0100 | [diff] [blame] | 23 | imagePullPolicy: IfNotPresent |
| 24 | image: |
BjornMagnussonXA | 9b63bfe | 2021-12-16 21:30:28 +0100 | [diff] [blame^] | 25 | registry: 'nexus3.o-ran-sc.org:10002/o-ran-sc' |
Lathish | 3ebd35d | 2020-04-15 12:56:53 +0100 | [diff] [blame] | 26 | name: a1-simulator |
BjornMagnussonXA | 326fd8c | 2021-12-10 10:13:03 +0100 | [diff] [blame] | 27 | tag: 2.2.0 |
Lathish | 7e09001 | 2020-04-01 17:38:20 +0100 | [diff] [blame] | 28 | service: |
RehanRaza | 036da7f | 2020-06-01 17:11:37 +0200 | [diff] [blame] | 29 | allowHttp: true |
RehanRaza | e5a6ed0 | 2020-05-29 11:30:58 +0200 | [diff] [blame] | 30 | httpName: http |
| 31 | internalPort1: 8085 |
| 32 | targetPort1: 8085 |
| 33 | httpsName: https |
| 34 | internalPort2: 8185 |
| 35 | targetPort2: 8185 |
| 36 | liveness: |
| 37 | initialDelaySeconds: 20 |
| 38 | periodSeconds: 10 |
| 39 | readiness: |
| 40 | initialDelaySeconds: 20 |
| 41 | periodSeconds: 10 |
Lathish | 3ebd35d | 2020-04-15 12:56:53 +0100 | [diff] [blame] | 42 | oscVersion: |
| 43 | name: a1-sim-osc |
| 44 | replicaCount: 2 |
| 45 | stdVersion: |
| 46 | name: a1-sim-std |
| 47 | replicaCount: 2 |
ecaiyanlinux | ee640dc | 2020-12-22 09:25:03 +0100 | [diff] [blame] | 48 | stdVersion2: |
| 49 | name: a1-sim-std2 |
| 50 | replicaCount: 2 |
| 51 | |