diff --git a/apps/base/dreamio/dreamio.yaml b/apps/base/dremio/dreamio.yaml similarity index 100% rename from apps/base/dreamio/dreamio.yaml rename to apps/base/dremio/dreamio.yaml diff --git a/apps/base/dremio/ingress.yaml b/apps/base/dremio/ingress.yaml new file mode 100644 index 0000000..1e63b91 --- /dev/null +++ b/apps/base/dremio/ingress.yaml @@ -0,0 +1,20 @@ +--- +apiVersion: traefik.io/v1alpha1 +kind: IngressRoute +metadata: + name: frontend + namespace: dremio + annotations: + kubernetes.io/ingress.class: traefik-external +spec: + entryPoints: + - websecure + routes: + - match: Host(`dremio.local.reinthal.cc`) + kind: Rule + services: + - name: web-dremio-service + port: 9047 + tls: + secretName: local-reinthal-cc-tls +--- diff --git a/apps/base/dreamio/kustomization.yaml b/apps/base/dremio/kustomization.yaml similarity index 100% rename from apps/base/dreamio/kustomization.yaml rename to apps/base/dremio/kustomization.yaml