RIC:1060: Change in PTL
[ric-plt/jaegeradapter.git] / chart / values.yaml
1 #   Copyright (c) 2019 AT&T Intellectual Property.
2 #   Copyright (c) 2019 Nokia.
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 #   This source code is part of the near-RT RIC (RAN Intelligent Controller)
18 #   platform project (RICP).
19 #
20
21 # Default values for jaeger-all-in-one.
22 # This is a YAML-formatted file.
23 # Declare variables to be passed into your templates.
24
25 replicaCount: 1
26
27 image:
28   repository: jaegertracing/all-in-one
29   tag: 1.12
30   pullPolicy: IfNotPresent
31
32 imagePullSecrets: []
33 nameOverride: ""
34 fullnameOverride: ""
35
36 ingress:
37   enabled: false
38   annotations: {}
39   tls: []
40
41 resources: {}
42   # We usually recommend not to specify default resources and to leave this as a conscious
43   # choice for the user. This also increases chances charts run on environments with little
44   # resources, such as Minikube. If you do want to specify resources, uncomment the following
45   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
46   # limits:
47   #   cpu: 100m
48   #   memory: 128Mi
49   # requests:
50   #   cpu: 100m
51   #   memory: 128Mi
52
53 nodeSelector: {}
54
55 tolerations: []
56
57 affinity: {}