Giter Site home page Giter Site logo

gc-bp-helm's Introduction

Grand-challenge helm charts

This is a first approximation of grand-challenge helm charts, building on the docker setup provided byt the GC project.

Base repository

This builds on the Grand-challenge repo https://github.com/comic/grand-challenge.org

Image refresh

A docker pull of the original image should present a line like Digest: sha256:... you can just pick the digest from there.

Development setup

Setup Minikube

minikube start 
minikube addons enable ingress
minikube addons enable ingress-dns

Set up Cluster issuer

kubectl apply -f https://github.com/cert-manager/cert-manager/releases/download/v1.14.1/cert-manager.yaml

User setup

The base reposiotry contains a script directory with scripts that can be modified so they are suitable and brought over (kubectl cp) and executed on platform with ./manage.py runscript SCRIPTNAME

In particular, there's a "create_superuser.py" script that can assist in creating a user in a new setup (./manage.py runscript create_superuser).

Required configurations

Most of values.yaml needs to be adapted.

The publicIP should be a CIDR notation that contains any of the IPs of the Ingress. In particular, this means whatever name you use for domainName should resolve to an IP within the publicIP network.

internalAPIIP should be a CIDR that contains the API service IP as shown by

kubectl get -n default service kubernetes -o jsonpath --template='
  {"\n"}{.spec.clusterIP}{"\n\n"}'

internalAPIEndpoints should be a CIDR-notation network containing the IPs reported by

kubectl get -n default endpoints kubernetes -o jsonpath --template='
   {"\n"}{.subsets[].addresses}{"\n\n"}'

internalAPIPort should be what you see for

kubectl get -n default endpoints kubernetes -o jsonpath --template='
  {"\n"}{.subsets[].ports[].port}{"\n\n"}

Other options are hopefully self documentary

gc-bp-helm's People

Contributors

darthvader2 avatar pontus avatar shreyasshivakumara avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.