From 03e03c28fa316f7ddfd14f91b0f3ae09957192c6 Mon Sep 17 00:00:00 2001 From: Patryk Hegenberg Date: Fri, 9 May 2025 09:14:08 +0200 Subject: [PATCH] ci: change config to run in k3d --- infrastructure/gitea/helmrelease.yaml | 2 +- infrastructure/kustomization.yaml | 4 ++-- infrastructure/monitoring/helmrelease.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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