feat(apps): Add a webui for garage

This commit is contained in:
2026-09-09 13:43:21 +05:30
parent 026ca9c391
commit 640fe64bed
7 changed files with 103 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
annotations:
argocd.argoproj.io/sync-wave: "1"
name: garage-ui
namespace: garage
spec:
hostnames:
- garage.whyredfire.dev
parentRefs:
- kind: Gateway
name: traefik-gateway
namespace: traefik
sectionName: websecure
rules:
- backendRefs:
- name: garage-ui
port: 80
matches:
- path:
type: PathPrefix
value: /