mirror of
https://github.com/minio/minio.git
synced 2025-11-23 02:57:42 -05:00
Change YAML files to reference the newer APIs (#8299)
This commit is contained in:
committed by
Harshavardhana
parent
127641731a
commit
4f981a0b42
@@ -1,9 +1,12 @@
|
||||
apiVersion: extensions/v1beta1
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
# This name uniquely identifies the Deployment
|
||||
name: minio-deployment
|
||||
spec:
|
||||
selector:
|
||||
matchLabels:
|
||||
app: minio # has to match .spec.template.metadata.labels
|
||||
strategy:
|
||||
type: Recreate
|
||||
template:
|
||||
|
||||
Reference in New Issue
Block a user