feat(manifests): Added Homebox deployments.

This commit is contained in:
Daniël Groothuis
2026-03-13 18:59:40 +01:00
parent ab72c756f2
commit 62ba062784
9 changed files with 132 additions and 1 deletions

View File

@@ -0,0 +1,23 @@
---
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: homebox-ingress
annotations:
cert-manager.io/cluster-issuer: letsencrypt
spec:
rules:
- host: inventory.dgse.cloud
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: homebox-svc
port:
number: 7745
tls:
- hosts:
- inventory.dgse.cloud
secretName: letsencrypt