Skip to content

Commit

Permalink
fix: add ingress, rename folder
Browse files Browse the repository at this point in the history
  • Loading branch information
reinthal committed Jan 14, 2025
1 parent 8bf01d8 commit 1f72356
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 0 deletions.
File renamed without changes.
20 changes: 20 additions & 0 deletions apps/base/dremio/ingress.yaml
Original file line number Diff line number Diff line change
@@ -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
---
File renamed without changes.

0 comments on commit 1f72356

Please sign in to comment.