Skip to content

Allow orbital to be deployed with readonly filesystem #1

Description

@andrewgkew

Its best practise to deploy pods with readonly filesystem using the following security context

securityContext:
    capabilities:
      drop:
        - all
    readOnlyRootFilesystem: true
    runAsNonRoot: true
    runAsUser: 1000
    runAsGroup: 1000

Currently Orbital clones taxi projects in its workspace to .orbital/gitProjects which wont work with readonly filesystem

This helm chart is mounting a /tmp volume to allow for data that is not part of the readonly filesystem, once orbtial allows for configuring the location of these repos, the chart should set the above readonly context by default and configure the location to /tmp

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions