fix: change volume claim size to match chart description
This commit is contained in:
parent
fb31e504be
commit
d99b3c7db2
1 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue