First version of helm charts
[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 # Default values for jaeger-all-in-one.
17 # This is a YAML-formatted file.
18 # Declare variables to be passed into your templates.
19
20 replicaCount: 1
21
22 image:
23   repository: jaegertracing/all-in-one
24   tag: 1.12
25   pullPolicy: IfNotPresent
26
27 imagePullSecrets: []
28 nameOverride: ""
29 fullnameOverride: ""
30
31 ingress:
32   enabled: false
33   annotations: {}
34   tls: []
35
36 resources: {}
37   # We usually recommend not to specify default resources and to leave this as a conscious
38   # choice for the user. This also increases chances charts run on environments with little
39   # resources, such as Minikube. If you do want to specify resources, uncomment the following
40   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
41   # limits:
42   #   cpu: 100m
43   #   memory: 128Mi
44   # requests:
45   #   cpu: 100m
46   #   memory: 128Mi
47
48 nodeSelector: {}
49
50 tolerations: []
51
52 affinity: {}