fix: use ClusterIP + Endpoints instead of ExternalName for minio proxy
This commit is contained in:
@@ -4,7 +4,17 @@ metadata:
|
|||||||
name: minio-proxy
|
name: minio-proxy
|
||||||
namespace: mastodon
|
namespace: mastodon
|
||||||
spec:
|
spec:
|
||||||
type: ExternalName
|
|
||||||
externalName: minio.minio.svc.cluster.local
|
|
||||||
ports:
|
ports:
|
||||||
- port: 80
|
- port: 80
|
||||||
|
targetPort: 9000
|
||||||
|
---
|
||||||
|
apiVersion: v1
|
||||||
|
kind: Endpoints
|
||||||
|
metadata:
|
||||||
|
name: minio-proxy
|
||||||
|
namespace: mastodon
|
||||||
|
subsets:
|
||||||
|
- addresses:
|
||||||
|
- ip: 10.96.209.83
|
||||||
|
ports:
|
||||||
|
- port: 9000
|
||||||
|
|||||||
Reference in New Issue
Block a user