Merge pull request #5001 from brendandburns/api3
Embed VolumeSource in v1beta3 and internal.
This commit is contained in:
commit
03fddb1344
|
@ -38,6 +38,5 @@ spec:
|
|||
name: data
|
||||
volumes:
|
||||
- name: data
|
||||
source:
|
||||
emptyDir: {}
|
||||
emptyDir: {}
|
||||
|
||||
|
|
|
@ -33,10 +33,8 @@ spec:
|
|||
mountPath: /var/lib/mysql
|
||||
volumes:
|
||||
- name: mysql-persistent-storage
|
||||
source:
|
||||
# emptyDir: {}
|
||||
persistentDisk:
|
||||
# This GCE PD must already exist.
|
||||
pdName: mysql-disk
|
||||
fsType: ext4
|
||||
persistentDisk:
|
||||
# This GCE PD must already exist.
|
||||
pdName: mysql-disk
|
||||
fsType: ext4
|
||||
|
||||
|
|
|
@ -30,10 +30,8 @@ spec:
|
|||
mountPath: /var/www/html
|
||||
volumes:
|
||||
- name: wordpress-persistent-storage
|
||||
source:
|
||||
# emptyDir: {}
|
||||
persistentDisk:
|
||||
# This GCE PD must already exist.
|
||||
pdName: wordpress-disk
|
||||
fsType: ext4
|
||||
persistentDisk:
|
||||
# This GCE PD must already exist.
|
||||
pdName: wordpress-disk
|
||||
fsType: ext4
|
||||
|
||||
|
|
Loading…
Reference in New Issue