Skip to content
Discussion options

You must be logged in to vote

I was able to get it working by adding this in values.yaml

  spec:
    containers:
      - name: runner
        image: ghcr.io/actions/actions-runner:latest
        command: ["/home/runner/run.sh"]
        resources:
          requests:
            memory: "12G"
          limits:
            memory: "16G"

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@simpson
Comment options

Answer selected by simpson
@lorencarvalho
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants