change to S3 compatible distributed storage solution
This commit is contained in:
14
infrastructure/04-minio/base/ui-ingress.yaml
Normal file
14
infrastructure/04-minio/base/ui-ingress.yaml
Normal file
@ -0,0 +1,14 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: minio-frontend
|
||||
spec:
|
||||
entryPoints:
|
||||
- web-local
|
||||
- websecure-local
|
||||
routes:
|
||||
- match: Host(`minio.steffenillium.de`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: minio-operator
|
||||
port: http
|
Reference in New Issue
Block a user