pvc update
This commit is contained in:
@@ -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: {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user