fix: use ClusterIP + Endpoints instead of ExternalName for minio proxy

This commit is contained in:
Alexander Rogov
2026-07-13 01:02:48 +03:00
parent e0965b1ede
commit bf0db283e1

View File

@@ -4,7 +4,17 @@ metadata:
name: minio-proxy
namespace: mastodon
spec:
type: ExternalName
externalName: minio.minio.svc.cluster.local
ports:
- port: 80
targetPort: 9000
---
apiVersion: v1
kind: Endpoints
metadata:
name: minio-proxy
namespace: mastodon
subsets:
- addresses:
- ip: 10.96.209.83
ports:
- port: 9000