pvc update

This commit is contained in:
Philip Haupt
2025-10-19 19:11:28 +02:00
parent 054ad68b6f
commit 969c0e379c
2 changed files with 6 additions and 16 deletions

View File

@@ -60,7 +60,6 @@ runner:
log:
level: info
runner:
file: /data/.runner
labels:
- ubuntu-latest:docker://docker.gitea.com/runner-images:ubuntu-latest
- ubuntu-22.04:docker://docker.gitea.com/runner-images:ubuntu-22.04
@@ -68,10 +67,6 @@ runner:
- x64
container:
force_pull: false
workdir_parent: data/workspace
cache:
enabled: true
dir: /data/cache
# -- Define environment variables for the runner container.
# @default -- See [values.yaml](./values.yaml) for default configuration
@@ -94,9 +89,9 @@ persistence:
# -- Access modes for the PersistentVolumeClaim.
accessModes: ReadWriteOnce
# -- Size of the PersistentVolumeClaim.
size: 1Gi
size: 5Gi
# -- Path inside the container where the volume will be mounted.
mountPath: "/data"
mountPath: "/var/lib/docker"
# -- Label selectors for the PersistentVolumeClaim.
selector: {}