This commit is contained in:
allard
2026-01-18 12:56:16 +01:00
parent 12281771fb
commit 65528c554c
41 changed files with 435 additions and 779 deletions
+16
View File
@@ -0,0 +1,16 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: hookshot-lp.allarddcs.nl-tls
namespace: matrix
spec:
dnsNames:
- hookshot-lp.allarddcs.nl
issuerRef:
group: cert-manager.io
kind: ClusterIssuer
name: letsencrypt
secretName: hookshot.allarddcs.nl-tls
usages:
- digital signature
- key encipherment
+17 -2
View File
@@ -84,7 +84,22 @@ spec:
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: matrix-hookshot
name: matrix-hookshot-http
namespace: matrix
spec:
entryPoints:
- web
routes:
- match: Host(`hookshot-lp.allarddcs.nl`) && PathPrefix(`/webhook`)
kind: Rule
services:
- name: matrix-hookshot
port: 9000
---
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: matrix-hookshot-tls
namespace: matrix
spec:
entryPoints:
@@ -96,7 +111,7 @@ spec:
- name: matrix-hookshot
port: 9000
tls:
certResolver: default
secretName: hookshot.allarddcs.nl-tls
---
apiVersion: v1
kind: PersistentVolume
-1
View File
@@ -84,7 +84,6 @@ spec:
port: 8008
tls:
secretName: matrix-lp.allarddcs.nl-tls
# certResolver: letsencrypt
---
apiVersion: v1
kind: PersistentVolume