Skip to content

Deploy a pod serving the git config repo #148

@chaen

Description

@chaen

Our config is stored on gitlab repository, and we have been hitting it too hard.
The cache is being improved but it still is desirable to:

  • not have the rate limit
  • not depend solely on external source for the config, as it means it can prevent bootstraping if the source is down

The best solution is to deploy a pod which clones the source repo on a persistent storage, and then serve it over http to all the other pods.

This seems like a good alternative to the local git configuration on a shared storage which seemed complicated for many installations

Metadata

Metadata

Assignees

No one assigned

    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