X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=mecm%2Fmepm%2Fapplcm%2Fresources%2Fdeployment%2Fmy-db-persistentvolumeclaim.yaml;fp=mecm%2Fmepm%2Fapplcm%2Fresources%2Fdeployment%2Fmy-db-pvc.yaml;h=a0e6cfc9eefcac9546e9fa4cb9a914d57e14d8ef;hb=d1bdf7c1a2cba2f9deec7215994aad404a38da59;hp=6ea6f2d9671c0dc3e9508bce600a71dbd09c4e7a;hpb=a8dcf81e2345773ff97cd6f4befe9c6212891f59;p=ealt-edge.git diff --git a/mecm/mepm/applcm/resources/deployment/my-db-pvc.yaml b/mecm/mepm/applcm/resources/deployment/my-db-persistentvolumeclaim.yaml similarity index 88% rename from mecm/mepm/applcm/resources/deployment/my-db-pvc.yaml rename to mecm/mepm/applcm/resources/deployment/my-db-persistentvolumeclaim.yaml index 6ea6f2d..a0e6cfc 100644 --- a/mecm/mepm/applcm/resources/deployment/my-db-pvc.yaml +++ b/mecm/mepm/applcm/resources/deployment/my-db-persistentvolumeclaim.yaml @@ -11,18 +11,21 @@ # 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. -# pvc ---- + +# yamllint disable apiVersion: v1 kind: PersistentVolumeClaim metadata: creationTimestamp: null labels: - pvc.service: my-db + io.kompose.service: my-db name: my-db spec: accessModes: - - ReadWriteOnce + - ReadWriteOnce resources: requests: storage: 100Mi +status: {} + +# yamllint enable