|
|
|
@ -1,7 +1,7 @@
|
|
|
|
# minio tenant
|
|
|
|
# minio tenant
|
|
|
|
tenant:
|
|
|
|
tenant:
|
|
|
|
tenant:
|
|
|
|
tenant:
|
|
|
|
name: s3-prodwork01
|
|
|
|
name: s3-cusprod-prodwork01
|
|
|
|
configuration:
|
|
|
|
configuration:
|
|
|
|
name: minio-config
|
|
|
|
name: minio-config
|
|
|
|
pools:
|
|
|
|
pools:
|
|
|
|
@ -38,11 +38,11 @@ tenant:
|
|
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
|
|
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
|
|
|
|
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
|
|
|
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
|
|
|
host: s3storage-prodwork01.smardigo.digital
|
|
|
|
host: s3storage-cusprod-prodwork01.smardigo.digital
|
|
|
|
tls:
|
|
|
|
tls:
|
|
|
|
- secretName: s3-miniotest-cert
|
|
|
|
- secretName: s3-miniotest-cert
|
|
|
|
hosts:
|
|
|
|
hosts:
|
|
|
|
- s3-prodwork01.smardigo.digital
|
|
|
|
- s3-cusprod-prodwork01.smardigo.digital
|
|
|
|
console:
|
|
|
|
console:
|
|
|
|
enabled: true
|
|
|
|
enabled: true
|
|
|
|
ingressClassName: nginx
|
|
|
|
ingressClassName: nginx
|
|
|
|
@ -51,8 +51,8 @@ tenant:
|
|
|
|
cert-manager.io/issue-temporary-certificate: 'true'
|
|
|
|
cert-manager.io/issue-temporary-certificate: 'true'
|
|
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
|
|
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
|
|
|
|
host: s3-console-prodwork01.smardigo.digital
|
|
|
|
host: s3-console-cusprod-prodwork01.smardigo.digital
|
|
|
|
tls:
|
|
|
|
tls:
|
|
|
|
- secretName: s3-console-cert
|
|
|
|
- secretName: s3-console-cert
|
|
|
|
hosts:
|
|
|
|
hosts:
|
|
|
|
- s3-console-prodwork01.smardigo.digital
|
|
|
|
- s3-console-cusprod-prodwork01.smardigo.digital
|
|
|
|
|