PHP Classes

File: deploy/mysql/mysql-persistent-volume-claim.yml

Recommend this page to a friend!
  Classes of Nahidul Hasan   Laravel Docker Kubernetes   deploy/mysql/mysql-persistent-volume-claim.yml   Download  
File: deploy/mysql/mysql-persistent-volume-claim.yml
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Laravel Docker Kubernetes
Run a Laravel project using Docker and Kubernetes
Author: By
Last change:
Date: 2 years ago
Size: 225 bytes
 

Contents

Class file image Download
apiVersion: v1 kind: PersistentVolumeClaim metadata: name: mysql-quest-pv-claim namespace: quests-staging-svc spec: accessModes: - ReadWriteOnce storageClassName: "" resources: requests: storage: 10Gi