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
+13
View File
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: garage-admin
namespace: garage
spec:
ports:
- name: admin
port: 3903
targetPort: admin
selector:
app.kubernetes.io/instance: garage
app.kubernetes.io/name: garage