Coder Social home page Coder Social logo

charts's Introduction

Artifact Hub

charts

helm chart repository for COSMO

For general installation instructions, see GETTING-STARTED.md.

Add repository

helm repo add cosmo https://cosmo-workspace.github.io/charts

Install options

COSMO Controller Manager

Example

helm upgrade --install -n cosmo-system --create-namespace cosmo-controller-manager cosmo/cosmo-controller-manager --set logLevel=debug
Option Avairable values (default) Description
logLevel ["info", "debug", 2(DEBUG_ALL) ] (info) Loglevel for zap logger
enableCertManager [true, false] (true) Use cert-manager to gen cert for Admission Webhook. Or use helm inner function

See detail in values.yaml

COSMO Dashboard

Example

helm upgrade --install -n cosmo-system cosmo-dashboard cosmo/cosmo-dashboard --set service.type=LoadBalancer
Option Avairable values (default) Description
maxMinutes MINUTES_NUMBER (180) Session lifetime minutes until expiration. default 3 hours.
service.type ["ClutserIP", "NodePort", "LoadBalancer"] (ClusterIP) Service type of Dashboard
service.port SERVICE_PORT_NUMBER (8443) Service port of Dashboard
ingress.enabled [true, false] (false) Enable Ingress. See values.yaml to other ingress configurations
logLevel ["info", "debug", 2(DEBUG_ALL) ] (info) Loglevel for zap logger
cert.enableCertManager [true, false] (true) Use cert-manager to gen cert. or you prepare TLS secret before install
cert.dnsName HOSTNAME (None) cert-manager certificate DNS name in addition to cosmo-dashboard.{{.Release.Namespace}}.svc
cert.secretName SecretName (dashboard-server-cert) TLS secret name for Dashboard
insecure [true, false] (false) Use http server not https

See detail in values.yaml

charts's People

Contributors

jlandowner avatar oruharo 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.