Skip to content

Commit

Permalink
fix(arc): use openebs-hostpath
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Jan 6, 2025
1 parent 12edc10 commit 5746763
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ spec:
accessModes: ["ReadWriteOnce"]
resources:
requests:
storage: 20Gi
storageClassName: ceph-block
storage: 25Gi
storageClassName: openebs-hostpath
template:
spec:
containers:
Expand All @@ -55,8 +55,6 @@ spec:
- mountPath: /var/run/secrets/talos.dev
name: talos
readOnly: true
securityContext:
fsGroup: 123
serviceAccountName: actions-runner
volumes:
- name: talos
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
app.kubernetes.io/name: *app
dependsOn:
- name: gha-runner-scale-set-controller
- name: rook-ceph-cluster
- name: openebs
path: ./kubernetes/apps/actions-runner-system/gha-runner-scale-set/app
prune: true
sourceRef:
Expand Down

0 comments on commit 5746763

Please sign in to comment.