3 # ============LICENSE_START=======================================================
4 # Copyright (C) 2022 Nordix Foundation.
5 # ================================================================================
6 # Licensed under the Apache License, Version 2.0 (the "License");
7 # you may not use this file except in compliance with the License.
8 # You may obtain a copy of the License at
10 # http://www.apache.org/licenses/LICENSE-2.0
12 # Unless required by applicable law or agreed to in writing, software
13 # distributed under the License is distributed on an "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 # See the License for the specific language governing permissions and
16 # limitations under the License.
18 # SPDX-License-Identifier: Apache-2.0
19 # ============LICENSE_END=========================================================
22 # Default values for rapp-provider.
23 # This is a YAML-formatted file.
24 # Declare variables to be passed into your templates.
29 repository: ktimoney/rapps-rapp-provider
30 pullPolicy: IfNotPresent
31 # Overrides the image tag whose default is the chart appVersion.
39 # Specifies whether a service account should be created
41 # Annotations to add to the service account
43 # The name of the service account to use.
44 # If not set and create is true, a name is generated using the fullname template
48 # Specifies whether rbac should be enabled
53 podSecurityContext: {}
60 # readOnlyRootFilesystem: true
71 # kubernetes.io/ingress.class: nginx
72 # kubernetes.io/tls-acme: "true"
78 serviceName: rapp-provider
81 # - secretName: chart-example-tls
83 # - chart-example.local
86 # We usually recommend not to specify default resources and to leave this as a conscious
87 # choice for the user. This also increases chances charts run on environments with little
88 # resources, such as Minikube. If you do want to specify resources, uncomment the following
89 # lines, adjust them as necessary, and remove the curly braces after 'resources:'.
101 targetCPUUtilizationPercentage: 80
102 # targetMemoryUtilizationPercentage: 80
111 securityEnabled: true
116 - role : provider-viewer
119 - role : provider-admin