Skip to content

Instantly share code, notes, and snippets.

@alezkv
alezkv / deployment.yaml
Created June 19, 2024 07:40
(!!!Not redundant) MinIO minimal Kubernetes deployment
apiVersion: apps/v1
kind: Deployment
metadata:
name: minio
spec:
selector:
matchLabels:
app: minio
strategy:
type: Recreate