añadido apolo
This commit is contained in:
14
apolo/certs/certificate-chat.yaml
Normal file
14
apolo/certs/certificate-chat.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: chat-cert
|
||||
namespace: apolo
|
||||
spec:
|
||||
secretName: chat-tls
|
||||
dnsNames:
|
||||
- chat.apolo.c2et.net
|
||||
issuerRef:
|
||||
name: letsencrypt-prod
|
||||
kind: ClusterIssuer
|
||||
privateKey:
|
||||
rotationPolicy: Always
|
||||
15
apolo/certs/certificate-meeting.yaml
Normal file
15
apolo/certs/certificate-meeting.yaml
Normal 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
|
||||
Reference in New Issue
Block a user