You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.5 KiB
YAML
53 lines
1.5 KiB
YAML
# minio tenant
|
|
tenant:
|
|
tenant:
|
|
name: s3-cusqa-prodwork01
|
|
configuration:
|
|
name: minio-config
|
|
pools:
|
|
- servers: 2
|
|
volumesPerServer: 2
|
|
storageClassName: hcloud-volumes
|
|
size: 10Gi
|
|
buckets:
|
|
- name: mysql
|
|
region: ''
|
|
- name: postgres
|
|
region: ''
|
|
users:
|
|
- name: user1
|
|
- name: user2
|
|
prometheus:
|
|
diskCapacityGB: false
|
|
log:
|
|
audit:
|
|
diskCapacityGB: false
|
|
ingress:
|
|
api:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
cert-manager.io/issue-temporary-certificate: 'true'
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
|
|
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
|
host: s3storage-cusqa-prodwork01.smardigo.digital
|
|
tls:
|
|
- secretName: s3-miniotest-cert
|
|
hosts:
|
|
- s3storage-cusqa-prodwork01.smardigo.digital
|
|
console:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
cert-manager.io/issue-temporary-certificate: 'true'
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: 'true'
|
|
host: s3console-cusqa-prodwork01.smardigo.digital
|
|
tls:
|
|
- secretName: s3-console-cert
|
|
hosts:
|
|
- s3console-cusqa-prodwork01.smardigo.digital
|