blob: a7994071f496d5671e5798178b8d49d646bc305d [file] [log] [blame]
Roni Riska927cde42019-08-27 11:46:51 +03001# 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
czichy344af7a2019-11-26 11:08:33 +020016#
17# This source code is part of the near-RT RIC (RAN Intelligent Controller)
18# platform project (RICP).
19#
20
Roni Riska927cde42019-08-27 11:46:51 +030021# Default values for jaeger-all-in-one.
22# This is a YAML-formatted file.
23# Declare variables to be passed into your templates.
24
25replicaCount: 1
26
27image:
28 repository: jaegertracing/all-in-one
29 tag: 1.12
30 pullPolicy: IfNotPresent
31
32imagePullSecrets: []
33nameOverride: ""
34fullnameOverride: ""
35
36ingress:
37 enabled: false
38 annotations: {}
39 tls: []
40
41resources: {}
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
53nodeSelector: {}
54
55tolerations: []
56
57affinity: {}