fix tls
This commit is contained in:
14
deploy/minio-tenant/certificate.yaml
Normal file
14
deploy/minio-tenant/certificate.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
apiVersion: cert-manager.io/v1
|
||||
kind: Certificate
|
||||
metadata:
|
||||
name: panic-minio-cert
|
||||
namespace: minio-tenant
|
||||
spec:
|
||||
secretName: panic-minio-tls
|
||||
issuerRef:
|
||||
name: letsencrypt-prod
|
||||
kind: ClusterIssuer
|
||||
commonName: s3.minio.panic.haus
|
||||
dnsNames:
|
||||
- s3.minio.panic.haus
|
||||
- console.minio.panic.haus
|
||||
Reference in New Issue
Block a user