fix: add ExternalName service for cross-namespace minio ingress
This commit is contained in:
@@ -22,6 +22,6 @@ spec:
|
|||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
backend:
|
backend:
|
||||||
service:
|
service:
|
||||||
name: minio
|
name: minio-proxy
|
||||||
port:
|
port:
|
||||||
number: 80
|
number: 80
|
||||||
|
|||||||
10
manifests/mastodon/svc-minio.yaml
Normal file
10
manifests/mastodon/svc-minio.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user