chore: Minio | remove minio
This commit is contained in:
@@ -19,8 +19,6 @@ repositories:
|
||||
url: https://prometheus-community.github.io/helm-charts
|
||||
- name: authentik
|
||||
url: https://charts.goauthentik.io
|
||||
- name: minio
|
||||
url: https://operator.min.io
|
||||
---
|
||||
releases:
|
||||
# Distributed Storage
|
||||
@@ -114,19 +112,3 @@ releases:
|
||||
version: 2024.8.3
|
||||
values:
|
||||
- ./values/authentik.values.yaml
|
||||
|
||||
# Minio Operator
|
||||
- name: minio-operator
|
||||
namespace: minio-system
|
||||
chart: minio/operator
|
||||
version: 6.0.4
|
||||
values:
|
||||
- ./values/minio-operator.values.yaml
|
||||
|
||||
# Minio Tenant
|
||||
# - name: minio-tenant
|
||||
# namespace: minio-system
|
||||
# chart: minio/tenant
|
||||
# version: 6.0.4
|
||||
# values:
|
||||
# - ./values/minio-tenant.values.yaml
|
||||
|
||||
@@ -1,2 +0,0 @@
|
||||
operator:
|
||||
replicaCount: 3
|
||||
@@ -1,37 +0,0 @@
|
||||
tenant:
|
||||
name: minio-homelab
|
||||
configuration:
|
||||
name: minio-homelab
|
||||
pools:
|
||||
- name: minio-homelab
|
||||
servers: 3
|
||||
volumesPerServer: 2
|
||||
storageClassName: longhorn-crypto
|
||||
exposeServices:
|
||||
minio: true
|
||||
prometheusOperator: true
|
||||
ingress:
|
||||
api:
|
||||
enabled: true
|
||||
ingressClassName: nginx-internal
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: cloudflare-issuer
|
||||
cert-manager.io/acme-challenge-type: dns01
|
||||
cert-manager.io/private-key-size: "4096"
|
||||
host: minio.dogar.dev
|
||||
tls:
|
||||
- secretName: minio-tls
|
||||
hosts:
|
||||
- minio.dogar.dev
|
||||
console:
|
||||
enabled: true
|
||||
ingressClassName: nginx-internal
|
||||
annotations:
|
||||
cert-manager.io/cluster-issuer: cloudflare-issuer
|
||||
cert-manager.io/acme-challenge-type: dns01
|
||||
cert-manager.io/private-key-size: "4096"
|
||||
host: minio-console.dogar.dev
|
||||
tls:
|
||||
- secretName: minio-console-tls
|
||||
hosts:
|
||||
- minio-console.dogar.dev
|
||||
Reference in New Issue
Block a user