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
|
||||||
@@ -32,4 +32,4 @@ spec:
|
|||||||
- hosts:
|
- hosts:
|
||||||
- s3.minio.panic.haus
|
- s3.minio.panic.haus
|
||||||
- console.minio.panic.haus
|
- console.minio.panic.haus
|
||||||
secretName: panic-minio-tls
|
secretName: minio-tls
|
||||||
@@ -6,6 +6,7 @@ namespace: minio-tenant
|
|||||||
resources:
|
resources:
|
||||||
- namespace.yaml
|
- namespace.yaml
|
||||||
- secret.yaml
|
- secret.yaml
|
||||||
|
- certificate.yaml
|
||||||
- tenant.yaml
|
- tenant.yaml
|
||||||
- ingress.yaml
|
- ingress.yaml
|
||||||
- svc-minio.yaml
|
- svc-minio.yaml
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ metadata:
|
|||||||
spec:
|
spec:
|
||||||
requestAutoCert: false
|
requestAutoCert: false
|
||||||
externalCertSecret:
|
externalCertSecret:
|
||||||
- name: minio-tls
|
- name: panic-minio-tls
|
||||||
exposeServices: {}
|
exposeServices: {}
|
||||||
imagePullPolicy: IfNotPresent
|
imagePullPolicy: IfNotPresent
|
||||||
certConfig: {}
|
certConfig: {}
|
||||||
|
|||||||
Reference in New Issue
Block a user