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
67 - name: change-ownership-container
69 command: ["sh","-c","chown -R 999:1000 /var/helm-manager-service"]
72 - mountPath: /var/helm-manager-service
73 name: helm-manager-service-pv
77 kind: PersistentVolume
79 name: helm-manager-service-pv
81 run: helm-manager-service
83 storageClassName: helm-manager-service-standard
88 persistentVolumeReclaimPolicy: Delete
90 path: "/tmp/helm-manager-service"
95 kind: PersistentVolumeClaim
97 name: helm-manager-service-pvc
100 run: helm-manager-service
107 storageClassName: helm-manager-service-standard
108 volumeMode: Filesystem