Add mediamtx vm.

This commit is contained in:
Tom Alexander
2024-07-06 14:43:37 -04:00
parent a9d687448d
commit 5fe48c2587
7 changed files with 1123 additions and 16 deletions

14
router/k8s-stream.yaml Normal file
View File

@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: stream-cert
namespace: default
spec:
dnsNames:
- "home.fizz.buzz"
- "stream.fizz.buzz"
secretName: stream-cert
issuerRef:
name: letsencrypt-prd
kind: ClusterIssuer
group: cert-manager.io