fix: add ExternalName service for cross-namespace minio ingress

This commit is contained in:
Alexander Rogov
2026-07-13 00:59:26 +03:00
parent 5fe79e7530
commit e0965b1ede
2 changed files with 11 additions and 1 deletions

View File

@@ -22,6 +22,6 @@ spec:
pathType: Prefix
backend:
service:
name: minio
name: minio-proxy
port:
number: 80

View File

@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: minio-proxy
namespace: mastodon
spec:
type: ExternalName
externalName: minio.minio.svc.cluster.local
ports:
- port: 80