1 # ============LICENSE_START===============================================
2 # Copyright (C) 2020 Nordix Foundation. All rights reserved.
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
8 # http://www.apache.org/licenses/LICENSE-2.0
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 # ============LICENSE_END=================================================
21 name: helmmanagerservice
24 run: helmmanagerservice
37 run: helmmanagerservice
44 name: helmmanagerservice
47 run: helmmanagerservice
49 serviceAccountName: helm-manager-sa
51 - name: helmmanagerservice
52 image: nexus3.o-ran-sc.org:10002/o-ran-sc/nonrtric-helm-manager:1.1.0
53 imagePullPolicy: Always
60 - mountPath: /var/helm-manager-service
61 name: helm-manager-service-pv
63 - name: helm-manager-service-pv
64 persistentVolumeClaim:
65 claimName: helm-manager-service-pvc
70 kind: PersistentVolume
72 name: helm-manager-service-pv
74 run: helm-manager-service
76 storageClassName: helm-manager-service-standard
81 persistentVolumeReclaimPolicy: Delete
83 path: "/tmp/helm-manager-service"
88 kind: PersistentVolumeClaim
90 name: helm-manager-service-pvc
93 run: helm-manager-service
100 storageClassName: helm-manager-service-standard
101 volumeMode: Filesystem