mirror of
https://github.com/nold360/hive-apps
synced 2024-12-22 13:01:21 +00:00
del(minio)
This commit is contained in:
parent
810f0fc322
commit
647e2869d5
2 changed files with 0 additions and 33 deletions
|
@ -7,17 +7,6 @@ apps:
|
||||||
chart: squid
|
chart: squid
|
||||||
targetRevision: 1.3.0
|
targetRevision: 1.3.0
|
||||||
|
|
||||||
- name: minio
|
|
||||||
namespace: minio
|
|
||||||
repoURL: https://charts.bitnami.com/bitnami
|
|
||||||
chart: minio
|
|
||||||
targetRevision: 12.13.2
|
|
||||||
secrets:
|
|
||||||
- name: minio-auth
|
|
||||||
keys:
|
|
||||||
- root-user
|
|
||||||
- root-password
|
|
||||||
|
|
||||||
- name: s3
|
- name: s3
|
||||||
namespace: s3
|
namespace: s3
|
||||||
repoURL: https://charts.min.io
|
repoURL: https://charts.min.io
|
||||||
|
|
|
@ -1,22 +0,0 @@
|
||||||
image:
|
|
||||||
registry: docker.io
|
|
||||||
repository: bitnami/minio
|
|
||||||
tag: 2022.6.3-debian-10-r0
|
|
||||||
|
|
||||||
defaultBuckets: "public, drone, temp"
|
|
||||||
auth:
|
|
||||||
existingSecret: minio-auth
|
|
||||||
|
|
||||||
ingress:
|
|
||||||
enabled: true
|
|
||||||
hostname: minio.dc
|
|
||||||
tls: true
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: vault-issuer
|
|
||||||
traefik.ingress.kubernetes.io/router.tls: 'true'
|
|
||||||
|
|
||||||
networkPolicy:
|
|
||||||
enabled: true
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
enabled: true
|
|
Loading…
Reference in a new issue