mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-03 19:58:17 +00:00 
			
		
		
		
	[examples.storage/minio] update deploy config version
This commit is contained in:
		@@ -1,8 +1,11 @@
 | 
				
			|||||||
apiVersion: apps/v1beta1
 | 
					apiVersion: apps/v1beta2
 | 
				
			||||||
kind: StatefulSet
 | 
					kind: StatefulSet
 | 
				
			||||||
metadata:
 | 
					metadata:
 | 
				
			||||||
  name: minio
 | 
					  name: minio
 | 
				
			||||||
spec:
 | 
					spec:
 | 
				
			||||||
 | 
					  selector:
 | 
				
			||||||
 | 
					    matchLabels:
 | 
				
			||||||
 | 
					      app: minio
 | 
				
			||||||
  serviceName: minio
 | 
					  serviceName: minio
 | 
				
			||||||
  replicas: 4
 | 
					  replicas: 4
 | 
				
			||||||
  template:
 | 
					  template:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -1,9 +1,12 @@
 | 
				
			|||||||
apiVersion: extensions/v1beta1
 | 
					apiVersion: apps/v1beta2
 | 
				
			||||||
kind: Deployment
 | 
					kind: Deployment
 | 
				
			||||||
metadata:
 | 
					metadata:
 | 
				
			||||||
  # This name uniquely identifies the Deployment
 | 
					  # This name uniquely identifies the Deployment
 | 
				
			||||||
  name: minio-deployment
 | 
					  name: minio-deployment
 | 
				
			||||||
spec:
 | 
					spec:
 | 
				
			||||||
 | 
					  selector:
 | 
				
			||||||
 | 
					    matchLabels:
 | 
				
			||||||
 | 
					      app: minio
 | 
				
			||||||
  strategy:
 | 
					  strategy:
 | 
				
			||||||
    type: Recreate
 | 
					    type: Recreate
 | 
				
			||||||
  template:
 | 
					  template:
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user