fix: allow ExternalName services in Traefik, restore ExternalName minio-proxy
This commit is contained in:
@@ -42,6 +42,7 @@ spec:
|
|||||||
- "--entryPoints.rtc-udp-roglog.address=:30004/udp"
|
- "--entryPoints.rtc-udp-roglog.address=:30004/udp"
|
||||||
- "--providers.kubernetesingress.ingressclass=traefik"
|
- "--providers.kubernetesingress.ingressclass=traefik"
|
||||||
- "--providers.kubernetesingress.ingressendpoint.publishedservice=traefik/traefik"
|
- "--providers.kubernetesingress.ingressendpoint.publishedservice=traefik/traefik"
|
||||||
|
- "--providers.kubernetesingress.allowexternalnameservices=true"
|
||||||
- "--accesslog=true"
|
- "--accesslog=true"
|
||||||
- "--log.level=INFO"
|
- "--log.level=INFO"
|
||||||
|
|
||||||
|
|||||||
@@ -4,17 +4,7 @@ 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