From 5035fa9298a2cae7d3c7eab79dd036e91f7b27ec Mon Sep 17 00:00:00 2001 From: Steffen Illium Date: Tue, 23 Apr 2024 11:47:28 +0200 Subject: [PATCH] ebs --- infrastructure/{04-minio => 04-ebs}/base/ui-ingress.yaml | 4 ++-- infrastructure/{04-minio => 04-ebs}/kustomization.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) rename infrastructure/{04-minio => 04-ebs}/base/ui-ingress.yaml (77%) rename infrastructure/{04-minio => 04-ebs}/kustomization.yaml (57%) diff --git a/infrastructure/04-minio/base/ui-ingress.yaml b/infrastructure/04-ebs/base/ui-ingress.yaml similarity index 77% rename from infrastructure/04-minio/base/ui-ingress.yaml rename to infrastructure/04-ebs/base/ui-ingress.yaml index 1c3f1ad..3d433ea 100644 --- a/infrastructure/04-minio/base/ui-ingress.yaml +++ b/infrastructure/04-ebs/base/ui-ingress.yaml @@ -1,13 +1,13 @@ apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: - name: minio + name: ebs spec: entryPoints: - web-local - websecure-local routes: - - match: Host(`minio.steffenillium.de`) + - match: Host(`ebs.steffenillium.de`) kind: Rule services: - name: console diff --git a/infrastructure/04-minio/kustomization.yaml b/infrastructure/04-ebs/kustomization.yaml similarity index 57% rename from infrastructure/04-minio/kustomization.yaml rename to infrastructure/04-ebs/kustomization.yaml index fab05ac..cf70abe 100644 --- a/infrastructure/04-minio/kustomization.yaml +++ b/infrastructure/04-ebs/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -namespace: minio +namespace: openebs resources: - base/ui-ingress.yaml -- https://github.com/minio/operator \ No newline at end of file +- https://openebs.github.io/charts/openebs-operator.yaml \ No newline at end of file