ci: change config to run in k3d

This commit is contained in:
Patryk Hegenberg 2025-05-09 09:14:08 +02:00
parent 28d77db3b1
commit 03e03c28fa
3 changed files with 4 additions and 4 deletions

View file

@ -17,7 +17,7 @@ spec:
values:
persistence:
enabled: true
storageClass: longhorn
storageClass: local-path
size: 5Gi
ingress:
enabled: true

View file

@ -2,8 +2,8 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- monitoring/
- longhorn/
# - longhorn/
- gitea/
# - gitea-runner/
# - sonarqube/
- cnpg
# - cnpg

View file

@ -19,5 +19,5 @@ spec:
values:
persistence:
enabled: true
storageClass: longhorn
storageClass: local-path
size: 5Gi