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.
107 lines
2.7 KiB
YAML
107 lines
2.7 KiB
YAML
# minio tenant
|
|
tenant:
|
|
tenant:
|
|
name: s3-cusqa-prodwork01
|
|
configuration:
|
|
name: minio-config
|
|
pools:
|
|
- servers: 2
|
|
volumesPerServer: 2
|
|
storageClassName: hcloud-volumes
|
|
size: 10Gi
|
|
resources:
|
|
limits:
|
|
cpu: "0.3"
|
|
memory: 400Mi
|
|
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
|
|
|
|
smardigo-connect:
|
|
connect:
|
|
domain: connect-cusqa-prodwork01.smardigo.digital
|
|
oidc:
|
|
client_id: cusqa-connect
|
|
registration_id: cusqa-connect
|
|
issuer_host: prodwork01-keycloak-01-keycloak.smardigo.digital
|
|
realm: mobene
|
|
iam:
|
|
iam_module: external
|
|
iam_client_enabled: "true"
|
|
protocol: http
|
|
hostname: iam.mobene-keycloak
|
|
port: 8080
|
|
|
|
smardigo-worker:
|
|
uba:
|
|
enabled: true
|
|
sepa:
|
|
enabled: true
|
|
ocr:
|
|
enabled: true
|
|
|
|
wordpress:
|
|
wordpressEmail: nso.devops@netgo.de
|
|
wordpressScheme: https
|
|
global.storageClass: hcloud-volumes
|
|
livenessProbe:
|
|
httpGet:
|
|
port: https
|
|
scheme: HTTPS
|
|
readinessProbe:
|
|
httpGet:
|
|
port: https
|
|
scheme: HTTPS
|
|
service:
|
|
type: ClusterIP
|
|
ingress:
|
|
enabled: true
|
|
ingressClassName: nginx
|
|
certManager: true
|
|
hostname: connect-wordpress-cusqa-prodwork01.smardigo.digital
|
|
path: /
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: letsencrypt-prod
|
|
nginx.ingress.kubernetes.io/backend-protocol: HTTPS
|
|
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
|
|
nginx.ingress.kubernetes.io/proxy-body-size: 32m
|
|
tls: true
|