From bca21405609434de99f6e32b1b8805096f11b35c Mon Sep 17 00:00:00 2001 From: Edward Cheng Date: Thu, 18 Jul 2024 21:32:22 +1000 Subject: [PATCH] fix infra app minio --- infrastructures/minio/env/k3s-cluster/kustomization.yaml | 6 +++--- .../minio/env/k3s-cluster/{ => templates}/ingress.yaml | 0 .../minio/env/k3s-cluster/{ => templates}/volume.yaml | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename infrastructures/minio/env/k3s-cluster/{ => templates}/ingress.yaml (100%) rename infrastructures/minio/env/k3s-cluster/{ => templates}/volume.yaml (100%) diff --git a/infrastructures/minio/env/k3s-cluster/kustomization.yaml b/infrastructures/minio/env/k3s-cluster/kustomization.yaml index f7d5c56..ad5fc66 100644 --- a/infrastructures/minio/env/k3s-cluster/kustomization.yaml +++ b/infrastructures/minio/env/k3s-cluster/kustomization.yaml @@ -1,8 +1,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization helmCharts: - - name: postgresql + - name: minio repo: oci://registry-1.docker.io/bitnamicharts - version: 15.5.17 - releaseName: postgresql + version: 14.6.24 + releaseName: minio valuesFile: values.yaml \ No newline at end of file diff --git a/infrastructures/minio/env/k3s-cluster/ingress.yaml b/infrastructures/minio/env/k3s-cluster/templates/ingress.yaml similarity index 100% rename from infrastructures/minio/env/k3s-cluster/ingress.yaml rename to infrastructures/minio/env/k3s-cluster/templates/ingress.yaml diff --git a/infrastructures/minio/env/k3s-cluster/volume.yaml b/infrastructures/minio/env/k3s-cluster/templates/volume.yaml similarity index 100% rename from infrastructures/minio/env/k3s-cluster/volume.yaml rename to infrastructures/minio/env/k3s-cluster/templates/volume.yaml