ebs
This commit is contained in:
@ -1,13 +1,13 @@
|
|||||||
apiVersion: traefik.io/v1alpha1
|
apiVersion: traefik.io/v1alpha1
|
||||||
kind: IngressRoute
|
kind: IngressRoute
|
||||||
metadata:
|
metadata:
|
||||||
name: minio
|
name: ebs
|
||||||
spec:
|
spec:
|
||||||
entryPoints:
|
entryPoints:
|
||||||
- web-local
|
- web-local
|
||||||
- websecure-local
|
- websecure-local
|
||||||
routes:
|
routes:
|
||||||
- match: Host(`minio.steffenillium.de`)
|
- match: Host(`ebs.steffenillium.de`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: console
|
- name: console
|
@ -1,8 +1,8 @@
|
|||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
kind: Kustomization
|
kind: Kustomization
|
||||||
|
|
||||||
namespace: minio
|
namespace: openebs
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- base/ui-ingress.yaml
|
- base/ui-ingress.yaml
|
||||||
- https://github.com/minio/operator
|
- https://openebs.github.io/charts/openebs-operator.yaml
|
Reference in New Issue
Block a user