Improve documentation
[nonrtric.git] / test / usecases / oruclosedlooprecovery / scriptversion / helm / message-generator / values.yaml
1 #  Copyright (C) 2021 Nordix Foundation. All rights reserved.
2 #  ========================================================================
3 #  Licensed under the Apache License, Version 2.0 (the "License");
4 #  you may not use this file except in compliance with the License.
5 #  You may obtain a copy of the License at
6 #
7 #       http://www.apache.org/licenses/LICENSE-2.0
8 #
9 #  Unless required by applicable law or agreed to in writing, software
10 #  distributed under the License is distributed on an "AS IS" BASIS,
11 #  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12 #  See the License for the specific language governing permissions and
13 #  limitations under the License.
14 #  ============LICENSE_END=================================================
15
16 # Default values for message-generator.
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: message-generator
24   pullPolicy: IfNotPresent
25   # Overrides the image tag whose default is the chart appVersion.
26   tag: "latest"
27
28 messagerouter:
29   host: http://dmaap-mr
30   port: 3904
31
32 imagePullSecrets: []
33 nameOverride: ""
34 fullnameOverride: ""
35
36 podAnnotations: {}
37
38 podSecurityContext: {}
39   # fsGroup: 2000
40
41 securityContext: {}
42   # capabilities:
43   #   drop:
44   #   - ALL
45   # readOnlyRootFilesystem: true
46   # runAsNonRoot: true
47   # runAsUser: 1000
48
49 service:
50   type: ClusterIP
51   port: 80
52
53 resources: {}
54   # We usually recommend not to specify default resources and to leave this as a conscious
55   # choice for the user. This also increases chances charts run on environments with little
56   # resources, such as Minikube. If you do want to specify resources, uncomment the following
57   # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
58   # limits:
59   #   cpu: 100m
60   #   memory: 128Mi
61   # requests:
62   #   cpu: 100m
63   #   memory: 128Mi
64
65 nodeSelector: {}
66
67 tolerations: []
68
69 affinity: {}