You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.8 KiB
76 lines
1.8 KiB
image:
|
|
repository: quay.io/minio/minio
|
|
tag: RELEASE.2022-02-18T01-50-10Z
|
|
pullPolicy: IfNotPresent
|
|
|
|
rootUser: "8r22qT6RO9Sv23o0"
|
|
rootPassword: "T68pxP3elHvOr7AKAWDITlvIqYXfbcyq"
|
|
replicas: 1
|
|
mode: standalone
|
|
|
|
tls:
|
|
enabled: enable
|
|
## Create a secret with private.key and public.crt files and pass that here. Ref: https://github.com/minio/minio/tree/master/docs/tls/kubernetes#2-create-kubernetes-secret
|
|
certSecret: "minio-six-diabox-cloud-tls-ss"
|
|
publicCrt: tls.crt
|
|
privateKey: tls.key
|
|
|
|
persistence:
|
|
size: 50Gi
|
|
storageClass: longhorn
|
|
|
|
ingress:
|
|
enabled: true
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
path: /
|
|
hosts:
|
|
- minio.six.dialbox.cloud
|
|
- '*.minio.six.dialbox.cloud'
|
|
tls:
|
|
- secretName: minio-six-diabox-cloud-tls-le
|
|
hosts:
|
|
- minio.six.dialbox.cloud
|
|
- '*.minio.six.dialbox.cloud'
|
|
|
|
consoleIngress:
|
|
enabled: true
|
|
annotations:
|
|
kubernetes.io/ingress.class: traefik
|
|
traefik.ingress.kubernetes.io/router.entrypoints: websecure
|
|
traefik.ingress.kubernetes.io/router.tls: "true"
|
|
path: /
|
|
hosts:
|
|
- minio-console.six.dialbox.cloud
|
|
tls:
|
|
- secretName: minio-six-diabox-cloud-tls-le
|
|
hosts:
|
|
- minio-console.six.dialbox.cloud
|
|
|
|
nodeSelector:
|
|
sapian-k3s-role: server
|
|
kubernetes.io/hostname: k3s-00-ssd-ny.dialbox.cloud
|
|
|
|
resources:
|
|
requests:
|
|
memory: "256Mi"
|
|
cpu: "500m"
|
|
limits:
|
|
memory: "1024Mi"
|
|
cpu: "1000m"
|
|
|
|
users: []
|
|
# - accessKey: console
|
|
# secretKey: console123
|
|
# policy: T68pxP3elHvOr7AKAWDITlvIqYXfbcyq
|
|
|
|
buckets: []
|
|
# - name: camaramedellin
|
|
|
|
environment:
|
|
MINIO_BROWSER_REDIRECT_URL: https://minio-console.six.dialbox.cloud
|
|
MINIO_SERVER_URL: https://minio.six.dialbox.cloud
|
|
MINIO_DOMAIN: minio.six.dialbox.cloud
|