1
0
forked from k-space/kube

minio-clusters: Clean up ingresses

This commit is contained in:
2023-08-01 21:11:13 +03:00
parent 79f9704cf5
commit 06de7c53ba
4 changed files with 145 additions and 82 deletions

View File

@@ -6,5 +6,5 @@ This namespace houses Minio clusters managed by
To update bump the `image` tag for the classes and issue:
```
kubectl apply -n minio-clusters -f application.yaml
kubectl apply -n minio-clusters -f dedicated.yaml -f external.yaml -f shared.yaml
```