Files
kubedeploy-k3s/infrastructure/04-minio/base/ui-ingress.yaml
2024-04-23 09:54:20 +02:00

15 lines
252 B
YAML

apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: minio
spec:
entryPoints:
- web-local
- websecure-local
routes:
- match: Host(`minio.steffenillium.de`)
kind: Rule
services:
- name: console
port: http