X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=nonrtric%2Fhelm%2Fenrichmentservice%2Ftemplates%2Fpv.yaml;fp=nonrtric%2Fhelm%2Fenrichmentservice%2Ftemplates%2Fpv.yaml;h=0000000000000000000000000000000000000000;hb=80be3540cb1227ce9eef2ac98b7ba49c552100f3;hp=66deec70ce8a665aba3fec58fc938deb84770d4b;hpb=c4ab1b8f0a3b8fddd6204a7823f0865391d5b61c;p=it%2Fdep.git diff --git a/nonrtric/helm/enrichmentservice/templates/pv.yaml b/nonrtric/helm/enrichmentservice/templates/pv.yaml deleted file mode 100755 index 66deec70..00000000 --- a/nonrtric/helm/enrichmentservice/templates/pv.yaml +++ /dev/null @@ -1,36 +0,0 @@ -################################################################################ -# Copyright (c) 2020 Nordix Foundation. # -# # -# Licensed under the Apache License, Version 2.0 (the "License"); # -# you may not use this file except in compliance with the License. # -# You may obtain a copy of the License at # -# # -# http://www.apache.org/licenses/LICENSE-2.0 # -# # -# Unless required by applicable law or agreed to in writing, software # -# distributed under the License is distributed on an "AS IS" BASIS, # -# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # -# See the License for the specific language governing permissions and # -# limitations under the License. # -################################################################################ - -kind: PersistentVolume -apiVersion: v1 -metadata: - name: {{ include "common.name.enrichmentservice" . }} - namespace: {{ include "common.namespace.nonrtric" . }} - labels: - app: {{ include "common.namespace.nonrtric" . }}-{{ include "common.name.enrichmentservice" . }} - chart: {{ .Chart.Name }}-{{ .Chart.Version | replace "+" "_" }} - release: {{ .Release.Name }} - heritage: {{ .Release.Service }} - name: {{ include "common.name.enrichmentservice" . }} -spec: - capacity: - storage: {{ .Values.enrichmentservice.persistence.size}} - accessModes: - - {{ .Values.enrichmentservice.persistence.accessMode }} - persistentVolumeReclaimPolicy: {{ .Values.enrichmentservice.persistence.volumeReclaimPolicy }} - hostPath: - path: {{ .Values.enrichmentservice.persistence.mountPath }}/{{ .Values.enrichmentservice.persistence.mountSubPath }} - storageClassName: "{{ include "common.name.enrichmentservice" . }}" \ No newline at end of file