fix: change volume claim size to match chart description

This commit is contained in:
Patryk Hegenberg 2025-05-26 12:34:55 +02:00
parent fb31e504be
commit d99b3c7db2

View file

@ -25,7 +25,7 @@ spec:
enabled: false
persistence:
enabled: true
size: 40GiB
size: 40Gi
storageClass: local-path
ingress:
enabled: true
@ -57,9 +57,9 @@ spec:
metrics:
enabled: true
actions:
enabled: false
enabled: true
provisioning:
enabled: false
enabled: true
statefulset:
actRunner:
repository: gitea/act_runner
@ -71,7 +71,7 @@ spec:
pullPolicy: IfNotPresent
config:
actions:
ENABLED: false
ENABLED: true
metrics:
ENABLED: true
repository: