añadido apolo

This commit is contained in:
2025-08-17 10:15:19 +02:00
parent 2a3067dc0b
commit 31a109fd5c
68 changed files with 2416 additions and 26 deletions

View File

@@ -0,0 +1,15 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: meeting-cert
namespace: apolo
spec:
secretName: meeting-tls
issuerRef:
kind: ClusterIssuer
name: letsencrypt-prod
commonName: meeting.apolo.c2et.net
dnsNames:
- meeting.apolo.c2et.net
privateKey:
rotationPolicy: Always