Compare commits
1 Commits
ae5bd438ff
...
633b426d2c
Author | SHA1 | Date | |
---|---|---|---|
633b426d2c
|
@@ -8,11 +8,13 @@ keywords:
|
||||
home: https://wiki.alexlebens.dev/s/c2d242de-dcaa-4801-86a2-c4761dc8bf9b
|
||||
sources:
|
||||
- https://github.com/directus/directus
|
||||
- https://github.com/minio/operator
|
||||
- https://github.com/valkey-io/valkey
|
||||
- https://github.com/cloudflare/cloudflared
|
||||
- https://github.com/cloudnative-pg/cloudnative-pg
|
||||
- https://hub.docker.com/r/directus/directus
|
||||
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
||||
- https://github.com/minio/operator/tree/master/helm/tenant
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/valkey
|
||||
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared
|
||||
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster
|
||||
|
@@ -498,6 +498,12 @@ homepage:
|
||||
href: https://vault.alexlebens.net
|
||||
siteMonitor: http://vault.vault:8200
|
||||
statusStyle: dot
|
||||
- Object Storage (Outline):
|
||||
icon: sh-minio.webp
|
||||
description: Minio Tenant
|
||||
href: https://minio-outline.alexlebens.net
|
||||
siteMonitor: http://minio-outline-console.outline:9090
|
||||
statusStyle: dot
|
||||
- TV Shows:
|
||||
- Sonarr:
|
||||
icon: sh-sonarr.webp
|
||||
|
@@ -9,11 +9,13 @@ keywords:
|
||||
home: https://wiki.alexlebens.dev/s/c530c2b9-82b7-44df-b7ef-870c8b29242f
|
||||
sources:
|
||||
- https://github.com/outline/outline
|
||||
- https://github.com/minio/operator
|
||||
- https://github.com/valkey-io/valkey
|
||||
- https://github.com/cloudflare/cloudflared
|
||||
- https://github.com/cloudnative-pg/cloudnative-pg
|
||||
- https://hub.docker.com/r/outlinewiki/outline
|
||||
- https://github.com/bjw-s-labs/helm-charts/tree/main/charts/other/app-template
|
||||
- https://github.com/minio/operator/tree/master/helm/tenant
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/valkey
|
||||
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/cloudflared
|
||||
- https://gitea.alexlebens.dev/alexlebens/helm-charts/src/branch/main/charts/postgres-cluster
|
||||
|
@@ -131,6 +131,8 @@ blocky:
|
||||
lidarr IN CNAME traefik-cl01tl
|
||||
lidatube IN CNAME traefik-cl01tl
|
||||
mail IN CNAME traefik-cl01tl
|
||||
minio-directus IN CNAME traefik-cl01tl
|
||||
minio-outline IN CNAME traefik-cl01tl
|
||||
n8n IN CNAME traefik-cl01tl
|
||||
ntfy IN CNAME traefik-cl01tl
|
||||
ollama IN CNAME traefik-cl01tl
|
||||
|
23
clusters/cl01tl/storage/minio-operator/Chart.yaml
Normal file
23
clusters/cl01tl/storage/minio-operator/Chart.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: v2
|
||||
name: minio-operator
|
||||
version: 1.0.0
|
||||
description: Minio Operator
|
||||
keywords:
|
||||
- minio-operator
|
||||
- minio
|
||||
- operator
|
||||
- storage
|
||||
- s3
|
||||
- kubernetes
|
||||
home: https://wiki.alexlebens.dev/s/e455478e-3afe-4781-953d-c2fa4aab655e
|
||||
sources:
|
||||
- https://github.com/minio/operator
|
||||
- https://github.com/minio/operator/tree/master/helm/operator
|
||||
maintainers:
|
||||
- name: alexlebens
|
||||
dependencies:
|
||||
- name: operator
|
||||
version: 7.1.1
|
||||
repository: https://operator.min.io
|
||||
icon: https://min.io/resources/img/logo/MINIO_wordmark.png
|
||||
appVersion: v7.1.1
|
7
clusters/cl01tl/storage/minio-operator/values.yaml
Normal file
7
clusters/cl01tl/storage/minio-operator/values.yaml
Normal file
@@ -0,0 +1,7 @@
|
||||
operator:
|
||||
operator:
|
||||
env:
|
||||
- name: OPERATOR_STS_ENABLED
|
||||
value: "off"
|
||||
- name: MINIO_CONSOLE_TLS_ENABLE
|
||||
value: "off"
|
Reference in New Issue
Block a user