feat(minio): add minio object storage deployment

This commit is contained in:
Ubuntu
2026-01-13 22:44:33 +00:00
parent dafcb42d0c
commit 30933481a4
4 changed files with 177 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: external-secrets.io/v1beta1
kind: ExternalSecret
metadata:
name: minio-external-secret
namespace: minio
spec:
refreshInterval: "1m"
secretStoreRef:
name: vault-backend
kind: ClusterSecretStore
target:
name: minio-secrets
creationPolicy: Owner
data:
- secretKey: root_user
remoteRef:
key: secret/apps/minio
property: root_user
- secretKey: root_password
remoteRef:
key: secret/apps/minio
property: root_password