blob: 5baf8aac7bf2314850e237278e9871feb15e37df [file] [log] [blame]
rameshiyer2707004862023-01-23 11:50:01 +00001# Copyright © 2023 Nordix Foundation
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
15# Default values for charts.
16# This is a YAML-formatted file.
17# Declare variables to be passed into your templates.
18
19replicaCount: 1
20
21image:
22 pullPolicy: Always
23
24imageCredentials:
25 csitTestImage:
26 name: "policy-csit-robot:latest"
27 busyboxImage:
28 productName: "Busybox image"
29 name: "docker.io/library/busybox:1.34.1"
30 readinessImage:
31 name: "nexus3.onap.org:10001/onap/oom/readiness:3.0.1"
32
33serviceAccount:
34 # Specifies whether a service account should be created
35 create: true
36 # Annotations to add to the service account
37 annotations: {}
38 # The name of the service account to use.
39 # If not set and create is true, a name is generated using the fullname template
40 name: ""
41
42podAnnotations: {}
43
44podSecurityContext: {}
45
46securityContext: {}
47
48
49service:
50 type: ClusterIP
51 port: 80
52
53resources: {}
54
55autoscaling:
56 enabled: false
57 minReplicas: 1
58 maxReplicas: 100
59 targetCPUUtilizationPercentage: 80
60 # targetMemoryUtilizationPercentage: 80
61
62nodeSelector: {}
63
64tolerations: []
65
66affinity: {}
67
68robot: ""
rameshiyer2762ccbbb2023-02-01 15:06:45 +000069readiness: []
rameshiyer276ebe5b62023-02-14 17:52:49 +000070robotLogDir: ""