fix: merge ingress paths — /mastodon/ to minio, / to mastodon-web
This commit is contained in:
@@ -119,7 +119,7 @@ spec:
|
||||
username: dummy
|
||||
password: dummy
|
||||
ingress:
|
||||
enabled: true
|
||||
enabled: false
|
||||
className: traefik
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
|
||||
@@ -1,13 +1,12 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: mastodon-minio
|
||||
name: mastodon
|
||||
namespace: mastodon
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: letsencrypt-production
|
||||
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
||||
traefik.ingress.kubernetes.io/router.tls: "true"
|
||||
traefik.ingress.kubernetes.io/router.priority: "20"
|
||||
spec:
|
||||
ingressClassName: traefik
|
||||
tls:
|
||||
@@ -25,3 +24,10 @@ spec:
|
||||
name: minio-proxy
|
||||
port:
|
||||
number: 80
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
backend:
|
||||
service:
|
||||
name: mastodon-web
|
||||
port:
|
||||
number: 3000
|
||||
Reference in New Issue
Block a user