diff --git a/infrastructure/gitea/helmrelease.yaml b/infrastructure/gitea/helmrelease.yaml index 4bf68a5..4267493 100644 --- a/infrastructure/gitea/helmrelease.yaml +++ b/infrastructure/gitea/helmrelease.yaml @@ -17,7 +17,7 @@ spec: values: persistence: enabled: true - storageClass: longhorn + storageClass: local-path size: 5Gi ingress: enabled: true diff --git a/infrastructure/kustomization.yaml b/infrastructure/kustomization.yaml index 620a250..5233efd 100644 --- a/infrastructure/kustomization.yaml +++ b/infrastructure/kustomization.yaml @@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - monitoring/ - - longhorn/ + # - longhorn/ - gitea/ # - gitea-runner/ # - sonarqube/ - - cnpg + # - cnpg diff --git a/infrastructure/monitoring/helmrelease.yaml b/infrastructure/monitoring/helmrelease.yaml index f6d57f2..92b4889 100644 --- a/infrastructure/monitoring/helmrelease.yaml +++ b/infrastructure/monitoring/helmrelease.yaml @@ -19,5 +19,5 @@ spec: values: persistence: enabled: true - storageClass: longhorn + storageClass: local-path size: 5Gi