hub deployment

This commit is contained in:
Donato Mastronardi
2026-03-17 18:24:41 +01:00
commit 1113ef4cdc
7 changed files with 110 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: beszel-hub-ingress
annotations:
cert-manager.io/cluster-issuer: lets-encrypt
spec:
rules:
- host: monitoring.portfoli.it
http:
paths:
- path: /
pathType: Prefix
backend:
service:
name: beszel-hub
port:
number: 8090
tls:
- hosts:
- monitoring.portfoli.it
secretName: monitoring-tls