Add robot framework helm chart for CSIT
[policy/docker.git] / helm / robot / values.yaml
1 # 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
19 replicaCount: 1
20
21 image:
22   pullPolicy: Always
23
24 imageCredentials:
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
33 serviceAccount:
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
42 podAnnotations: {}
43
44 podSecurityContext: {}
45
46 securityContext: {}
47
48
49 service:
50   type: ClusterIP
51   port: 80
52
53 resources: {}
54
55 autoscaling:
56   enabled: false
57   minReplicas: 1
58   maxReplicas: 100
59   targetCPUUtilizationPercentage: 80
60   # targetMemoryUtilizationPercentage: 80
61
62 nodeSelector: {}
63
64 tolerations: []
65
66 affinity: {}
67
68 robot: ""
69 readiness: ""
70