PHP Classes

File: deploy/mysql/gce-volume.yaml

Recommend this page to a friend!
  Classes of Nahidul Hasan   Laravel Docker Kubernetes   deploy/mysql/gce-volume.yaml   Download  
File: deploy/mysql/gce-volume.yaml
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: 242 bytes
 

Contents

Class file image Download
apiVersion: v1 kind: PersistentVolume metadata: name: mysql-quest-pv namespace: quests-staging-svc spec: capacity: storage: 10Gi accessModes: - ReadWriteOnce gcePersistentDisk: pdName: mysql-disk-quests fsType: ext4