fix: allow ExternalName services in Traefik, restore ExternalName minio-proxy

This commit is contained in:
Alexander Rogov
2026-07-13 01:05:17 +03:00
parent 0a80b23cce
commit 40228d456d
2 changed files with 3 additions and 12 deletions

View File

@@ -4,17 +4,7 @@ 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