Skip to content

Latest commit

 

History

History

codeveros-auth-service

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Codeveros Auth Service Chart

Introduction

This chart installs the Codeveros Auth Service microservice. It is responsible for generating and validating JSON Web Tokens used for Codeveros authorization.

This chart uses the Codeveros Auth Service Docker Image

Prerequisites

Add the Codeveros chart repository

$ helm repo add codeveros https://coveros.github.io/codeveros

Installing the Chart

To install the chart with the release name my-release:

$ helm install my-release codeveros/codeveros-auth-service

The above command deploys Codeveros Auth Service on the Kubernetes cluster in the default configuration. The configuration section lists the parameters that can be configured during installation.

Configuration

The following table lists the configurable parameters and their default values.

Parameter Description Default
nameOverride Override the resource name prefix Not Set
fullnameOverride Override the full resource names Not Set
replicaCount Number of replicas 1
proxy.imagePullPolicy Proxy image pull policy IfNotPresent
imagePullSecrets Image pull secrets []
image.repository Codeveros Auth Service image coveros/codeveros-auth-service
image.tag Codeveros Auth Service version Not Set
image.pullPolicy Codeveros Auth Service image pull policy Always
service.type Service type ClusterIP
service.port Service port 8080

The image tag defaults to the Chart AppVersion