hub deployment
This commit is contained in:
22
beszel/manifests/beszel-hub-ingress.yaml
Normal file
22
beszel/manifests/beszel-hub-ingress.yaml
Normal 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
|
||||
Reference in New Issue
Block a user